Skip to content

Latest commit

 

History

History
211 lines (183 loc) · 13.8 KB

README.md

File metadata and controls

211 lines (183 loc) · 13.8 KB

TODO

Repository for solving the right questions and not grinding over redundant one

TOPICS:

ALGORITHMS

  1. DYNAMIC PROGRAMMING
  2. BACKTRACKING
  3. DIVIDE AND CONQUERE
  4. GREEDY
  5. GRAPH ALGORITHM
  6. BRANCH AND BOUND
  7. PATTERN MATCHING
  8. RANDOMISED ALGORITHM
  9. SORTING & SEARCHING

DATASTRUCTURE

  1. TREES
  2. LINKED LIST
  3. STACK

Dynamic Programming Pattern

Place one has the fun times of linking here, but I can also link back here.

DIVIDE AND CONQUERE

BINARY TREES

HASHTABLE