01🧱Foundations
0/5 lessonsWhat a data structure and an algorithm actually are
Before any structure or sorting trick: what are we even doing here? A data structure is data plus the operations that are cheap on it. An algorithm is a recipe with a cost. And cost — not cleverness — is the whole game.
Lesson list (5)
- 01A List Isn't Just a List~11 min · foundations, data-structures, intuition
- 02An Algorithm Is a Recipe With a Price Tag~11 min · foundations, algorithms, cost
- 03Stop Timing the Clock, Start Counting the Steps~11 min · foundations, cost, complexity-preview
- 04The Lens: Structure and Cost Are Everywhere~12 min · foundations, worldview, lens
- 05How to Walk This Quest (Python as You Go)~9 min · foundations, how-to, python