Module datastructures

Source
Expand description

Collection of data-structures.

Modulesยง

heap
Min and Max Heaps implementations.
linear
Linked Lists and derivatives.
nodes
Nodes used by the data-structures.
trees
Flavors of Binary Search Trees.