Foundations Module 01

The Memory Model

Why memory exists, how it is organized, and how all data structures emerge from it

Learning Contract

Before we learn data structures, we must understand what data is made of.

This module will explain:

  • What memory really is
  • Why it is linear
  • Why access has a cost
  • Why arrays are inevitable

No code. No Big-O. Only reality.