bitgraph
v0.1.6

    API Reference bitgraph v0.1.6

    Modules

    BitGraph

    Documentation for BitGraph.

    BitGraph.Adjacency
    BitGraph.Algorithms
    BitGraph.Algorithms.Matching.Kuhn

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

    BitGraph.Algorithms.SCC.Kozaraju
    BitGraph.Algorithms.SCC.Tarjan
    BitGraph.Array
    BitGraph.Common
    BitGraph.Dfs

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

    BitGraph.E
    BitGraph.Stack
    BitGraph.V

    Hex Package Hex Preview Download ePub version

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