Exponential Search in 5 minutes (by learn-dsa.com)

Download the code from : learn-dsa.com/SearchExponential.html Subscribe to channel using this link :    / @dsasuperfast   For Searching Algorithms use this playlist: "Learn Searching with Ritika" The Exponential search algorithm works on sorted lists. The algorithm partitions the list by using exponentially sized partitions (that is, the partition size doubles at each step).