Aahan Singh
Aahan Singh's Blog

Aahan Singh's Blog

Follow
Series

Data Structures with Go

Join me on this journey as we deep dive into data structures every week learning more about Go while having fun along the way (memes included😆)

Articles in this series

What Is This Series About?

Jun 27, 20212 min read 100 views

And why you should come along. · All code for this series can be found here. A brief history of why I do dis I’ve recently started learning Kubernetes....

What Is This Series About?
Data Structures with Go - Part 1: A crash course in Go + Linked Lists
Data Structures with Go - Part 2: Linked List Variants
Data Structures with Go - Part 3: Memory Efficient Doubly Linked Lists
Data Structures with Go - Part 4: Stacks
Data Structures with Go - Part 5: Stacks with Linked Lists