Skip to content

Instantly share code, notes, and snippets.

View jamesylgan's full-sized avatar
🐳
coding

James Gan jamesylgan

🐳
coding
View GitHub Profile

Interview Cheat Sheet

Data Structure Basics

Array

Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
  • They are one of the oldest, most commonly used data structures.