Part 13. Collections and Data Structures
An ArrayList is one of the most important data structures in Zig.
| Section | Title |
|---|---|
| 1 | Importing ArrayList |
| 2 | The Basic Idea |
| 3 | Why StringHashMap Exists |
| 4 | Why Linked Lists Exist |
| 5 | The Basic Difference |
| 6 | Why Bit Sets Matter |
| 7 | The Core Idea |
| 8 | Why Trees Matter |
| 9 | Start with the Rule |
| 10 | Start with the Operations |