Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 318 Bytes

Algorithms

  • Back Tracking

    • N Queens
  • DP

    • 0-1 Knapsack
  • Recursion

    • Tower of Hanoi
  • Searching

    • Binary Search
      • Binary Search
      • closest number using binary search
  • Sorting

    • Bubble Sort
    • Quick Sort
    • Selection Sort

Data Structures