Data Structures

Data Types

  1. Scalars
  2. Sequences
  3. Vectors
  4. Sets
  5. Stacks
  6. Queues
  7. Maps / Dicts
  8. Ordered Maps / Dicts
  9. Priority Queues

Data Structures

  1. Array
  2. Linked list (single, double, linear, circular)
  3. Binary search tree
  4. Balanced binary search tree
  5. Hash table
  6. Binary heap