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"}
  ]
end

For more information look at the documentation on HexDocs.

Things to come

Contributions are always welcomed!