Yuvraj Singh Rana

Results 2 issues of Yuvraj Singh Rana

### Describe your change: Added Exponential Search Algorithm which is an improvised version of Binary Search Algorithm where we find the subset from the input and perform binary search on...

stale
awaiting reviews
tests are failing

Added exponential search algorithm which is an improvised version of binary search algorithm implemented in python.