Skip to content

Data Structures

Published: in 4088187

Updated: in 9e08e0b

  • #data-structures

How data is organized in memory. We need to consider how we organize, represent and access data since it can impact how fast our code runs.

Linear

Hierarchical

Others