Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 364 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 364 Bytes

algo-pitampura-dec-2018

course repo for algo++ batch

Lecture #1

  • Birthday Paradox
  • DNF Sort in a single pass
  • Merge 2 sorted arrays
  • Binary Search
  • Bike Pairing
  • Brick Wall

Lecture #2

  • Replace Pi
  • Quick Sort
  • Random Shuffling
  • Generate Paranthesis
  • Phone Keypad
  • Factorial of Large Number
  • Tower of Hanoi

Lecture #3 (Bitmasking & Backtracking)