Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DSA COURSE

1. Basic Problems

Decimal/Binary Conversion ✅

Reverse Integer, Complement Integer, Power of 2 ✅

2. Arrays

Reverse Array ✅

Linear Search / Binary Search ✅

Unique element ✅

Duplicate element ✅

Binary Search Problems

. First/Last Element ✅
. Peak in mountain array ✅
. Pivot in array ✅
. Search in rotated sorted array ✅
. Square Root ✅
. Book Allocation Problem ✅
. Painter's Partition Problem ✅
. Aggressive Cows Problem ✅