Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 753 Bytes

TODOS.md

File metadata and controls

39 lines (31 loc) · 753 Bytes

Data Structures and Algorithms to-studies and to-dos

  1. Tail-end recursion
  2. Heap (min, max) Data structure
  3. Trie Data structure
  4. LRU Cache

Data Structures

  1. Linked Lists
  2. Binary Trees
  3. Tries
  4. Stacks
  5. Queues
  6. Vectors / ArrayLists
  7. Hash Tables

Algorithms

  1. Breadth First Search

  2. Depth First Search

  3. Binary Search

  4. Tree Insert / Find / etc

  5. Sorts

    1. [ ] Bubble
    2. [ ] Quicksort
    3. [ ] Merge
    4. [ ] Insertion
    5. [ ] Heap
    

Concepts

  1. Bit Manipulation
  2. Singleton Design Pattern
  3. Factory Design Pattern
  4. Memory (Stack vs Heap)
  5. Recursion
  6. Big-O Time