The complete guide to Go Data Structures
By Flavio Copes
An index of classic data structures implemented in Go: the binary search tree, the graph, and the set, each implemented and explained in its own post.
~~~
This week, in various articles on this blog, I posted an analysis and implementation of the classic data structures using Go.
Each data structure is described in a separate post, and this post acts as an index.
Data structures covered, in alphabetical order:
Binary Search Tree
Graph
Set
~~~
Related posts about go: