Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

1. Introduction to arrays

This section introduces the core ideas behind arrays and builds the mental model you need before working with array operations and patterns.

Table of contents

  1. Understanding the memory model
  2. Understanding the problem
  3. Exploring a possible solution
  4. Overview of supported operations
  5. Internal mechanics of arrays
  6. Working example