keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Add Exponential Search #867

Open yuviii99 opened 2 years ago

yuviii99 commented 2 years ago

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