Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 327 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 327 Bytes

Interview-Prep-JEDI

DSA

Topics

  1. Arrays
  2. Two Pointer
  3. Sliding Window
  4. Binary Search
  5. Sorting
  6. Matrix
  7. Stack
  8. Queue
  9. LinkedList
  10. Tree
  11. Graph
  12. Backtracking
  13. Dynamic Programing

LLD

Topics

  1. OOPS
  2. SOLID Principles
  3. Design Patterns
  4. Common Problems