实现图形数据结构和算法图表包。
<pre box-sizing:="" font-family:="" liberation="" font-size:="" margin-top:="" margin-bottom:="" font-stretch:="" line-height:="" word-wrap:="" padding:="" overflow:="" background-color:="" border-radius:="" color:="" class="brush:shell;toolbar: true; auto-links: false;">go get -v gopkg.in/gyuho/goraph.v2;</pre>
教程和图像、树想法的可视化:
*
[
_Binary search tree_
](https://github.com/gyuho/learn/tree/master/doc/binary_search_tree)
*
[
_Go: heap, priority queue_
](https://github.com/gyuho/learn/tree/master/doc/go_heap_priority_queue)
*
[
_Go: red black tree_
](https://github.com/gyuho/learn/tree/master/doc/go_red_black_tree)
*
[
_Go: b-tree_
](https://github.com/gyuho/learn/tree/master/doc/go_b_tree)
*
[
_Go: graph, interface_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_interface)
*
[
_Go: graph, traversal_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_traversal)
*
[
_Go: graph, shortest path_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_shortest_path)
*
[
_Go: graph, topological sort_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_topological_sort)
*
[
_Go: graph, minimum spanning tree_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_minimum_spanning_tree)
*
[
_Go: graph, strongly connected components_
](https://github.com/gyuho/learn/tree/master/doc/go_graph_strongly_connected_components)