Data Structure from Scratch: Introduction

Draft expected release

Author
Isaac Shannon
Tags
Series
Data Structure from Scratch

Most of us use slices, maps, and queues from the standard library without thinking about what sits underneath. This series rebuilds a few core structures from first principles so the abstractions feel less magical.

This post sets the scope: what we’re building, what we’re skipping, and the memory model we’ll assume throughout.