In this blog, we have analyzed and implemented a collection of classic data structures using Go. This post serves as an index for all the data structures covered. Here is an alphabetical list:
Binary Search Tree
Read more: Binary Search Tree Article
Dictionary
Read more: Dictionary Article
Graph
Read more: Graph Article
Hash Table
Read more: Hash Table Article
Linked List
Read more: Linked List Article
Queue
Read more: Queue Article
Set
Read more: Set Article
Stack
Read more: Stack Article
Tags: Go data structures, Binary Search Tree, Dictionary, Graph, Hash Table, Linked List, Queue, Set, Stack