实现图形数据结构和算法图表包。
go get -v gopkg.in/gyuho/goraph.v2;
教程和图像、树想法的可视化:
* Binary search tree
* Go: heap, priority queue
* Go: red black tree
* Go: b-tree
* Go: graph, interface
* Go: graph, traversal
* Go: graph, shortest path
* Go: graph, topological sort
* Go: graph, minimum spanning tree
* Go: graph, strongly connected components
Package goraph implements graph data structure and algorithms. — Read More
`单行代码`