Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 540 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 540 Bytes

InductiveGraph

Inductive graph library implemented in Elixir.

This library is an incomplete port of the Haskell Functional Graph Library based on Martin Erwig's Paper.

Development Status

Master branch currently provides functions for construction, destruction, update, conversion, and inspection of inductive graphs.

Other branches in the repository have examples of dfs, bfs, and maximum flow implementations.