/goraph

Package goraph implements graph, tree data structures and algorithms.

Primary LanguageGoMIT LicenseMIT

goraph Build Status Godoc

Package goraph implements graph, tree data structures and algorithms.

go get -v gopkg.in/gyuho/goraph.v1;

I have tutorials and visualizations of graph, tree algorithms used in this package:
For fast query and retrieval, please check out Cayley.