Skip to content
FLAVIO COPES
flaviocopes.com
2026

The complete guide to Go Data Structures

~~~

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

Tagged: Go ยท All topics
~~~

Related posts about go: