Recent Posts

Data Structures Compendium

less than 1 minute read

Data structures can be seen as instrumental tools used to address a wide array of problems. They frequently encompass complex and mathematical concepts and c...

Trees

2 minute read

a data structure that is constructed with nodes, where each has some value and may point to child-nodes, which recursively form subtrees in the tree.

Graphs

1 minute read

Graph is a collection of nodes that may or may not be connected to each other.