Competitive-Programming-Archives
Competitive-Programming-Archives copied to clipboard
Searching Algo and Number Theory for C++
Added following
- Simple Binary Search( Recursive and Iterative both )
- Binary Search to get the last occurrence of a repeating number
- Binary Search to get the first occurrence of a repeating number
- Binary Search for floating point numbers