graph-brewer
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.
Installation
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.6"}
]
endFor more information look at the documentation on HexDocs.
Things to come
- Support for directed graphs
- Modular design
- Enhanced graph operations
Contributions are always welcomed!