Skip to content

Langhaarzombie/graph-brewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

For more information look at the documentation on HexDocs.

Things to come

  • Support for directed graphs
  • Modular design
  • Enhanced graph operations

Contributions are always welcomed!

About

A (working) graph library for Elixir

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages