module Graphlb::DataStructures
Overview
In the module the we have defined the data-structures starting from the simple Node data-structure to a complex tree data-structure which will be used in many general graph algorithms to obtain efficient solutions.
These are Just some of the basic data-structures and more data-structures will be added as we move between different algorithms.
Defined in:
graphlb/data_structures/tree.crgraphlb/data_structures/binary_tree.cr
graphlb/data_structures/nodes.cr
graphlb/data_structures/queue.cr
graphlb/data_structures/stack.cr
graphlb/data_structures/undirectedgraph.cr
graphlb/data_structures/directedgraph.cr