bitgraph
v0.4.5

    API Reference bitgraph v#0.4.5

    Copy Markdown

    Modules

    BitGraph

    Documentation for BitGraph.

    BitGraph.Adjacency
    BitGraph.Algorithm
    BitGraph.Algorithm.Matching.Kuhn

    Maximum Matching for bipartite graph (Kuhn algorithm). Implementation mostly follows https://cp-algorithms.com/graph/kuhn_maximum_bipartite_matching.html

    BitGraph.Algorithm.SCC.Kozaraju
    BitGraph.Algorithm.SCC.Tarjan
    BitGraph.Algorithm.SCC.Utils
    BitGraph.Algorithm.Search.AStar
    BitGraph.Common
    BitGraph.Dfs

    Depth-first search. Implementation roughly follows https://cp-algorithms.com/graph/depth-first-search.html

    BitGraph.E
    BitGraph.Neighbor
    BitGraph.Traversal.Utils
    BitGraph.V

    Hex Package Hex Preview View llms.txt Download ePub version

    Built using ExDoc (v0.40.1) for the Elixir programming language