TheGreenCodes

TheGreenCodes

Follow
homeAboutSoftware ArchitectureData StructuresHealth DigestThe EntrepreneurSeries of Notenewsletter
Series

The Power of Data Structures

In this series, we delve into what exactly entails storage and manipulation of data. Understanding the core concepts of programming: Data structures. Think about it. All programming revolves around it

Articles in this series

The Power of Data Structures

Nov 13, 20203 min read

A trip down memory lane avid reader. Let's take a walk through the core of it all: data structures. What are they and why are they so important? A...

The Power of Data Structures

Data structures: The linear non-primitives

Nov 22, 20204 min read

In our first set of data structures, we get into the definition and scope of non-primitive structures. Have a look at the previous read on The Power...

Data structures: The linear non-primitives

Data Structures: Stacking and Queueing

Nov 29, 20205 min read

Ohh...I know. Trust me I know. All this talk about non-primitive data structures without stacks and queues? Impossible. How would we ever? We've...

Data Structures: Stacking and Queueing

Non-primitive non-linear data structures: Trees

Dec 15, 20205 min read

When it comes to data storage, using linear structures, be it linked lists and arrays or even stacks and queues, we have accountability over time...

Non-primitive non-linear data structures: Trees

Binary vs Interpolation Search

Oct 11, 20228 min read

The ins and outs of time complexity ยท This guide acts as a follow-up to the talk Binary vs Interpolation Search. Time complexity and search algorithms....

Binary vs Interpolation Search