The complete guide to Go Data Structures

🆕 🔜 Check this out if you dream of running a solo Internet business 🏖️

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

Dictionary

Graph

Hash Table

Linked List

Queue

Set

Stack