module Graphlb::Algorithms
Overview
Algorithms contain all the general algorithms that can be used on a graph data-structure
like Flow Networks, Graph Traversal, Shortest path between Nodes, Spanning Trees etc.
Defined in:
graphlb/algorithms/bellman_ford.crgraphlb/algorithms/depth_first_search.cr
graphlb/algorithms/bipartite.cr
graphlb/algorithms/breadth_first_search.cr
graphlb/algorithms/dijkstras.cr
graphlb/algorithms/edmonds_karp.cr
graphlb/algorithms/ford_fulkerson.cr
graphlb/algorithms/strongly_connected_components.cr
graphlb/spanning_trees/prims.cr