gyuho / goraph

Package goraph implements graph data structure and algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goraph Go Report Card Build Status Godoc

Package goraph implements graph data structure and algorithms.

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

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

About

Package goraph implements graph data structure and algorithms.

License:MIT License


Languages

Language:Go 99.4%Language:Shell 0.6%