This library enables you to easily create and manage undirected graphs in Elixir. Features include adding and removing nodes, adding and removing edges and finding the shortest path from one node to another.
Graph-brewer is available in Hex the package can be installed
by adding graphbrewer to your list of dependencies in mix.exs:
def deps do
[
{:graphbrewer, "~> 0.1.8"}
]
endFor more information look at the documentation on HexDocs.
- Support for directed graphs
- Modular design
- Enhanced graph operations
Contributions are always welcomed!