Closed sakshikhachane closed 3 years ago
@shraddhavp Please assign me this issue. I am a participant in DWOC.
May I go ahead with cpp for DWOC ? @shraddhavp
yes @Sarthak-9 go ahead in cpp and @sakshikhachane go ahead in java
@shraddhavp Please add the levels for this issue else it won't get counted.
@shraddhavp Please add a level label to this issue and PR as it isn't getting counted on the leaderboard.
🚀 Feature
Exponential Search algorithm injava
Have you read the Contributing Guidelines on Pull Requests?
Yes
Motivation
Exponential search is also known as doubling or galloping search. This mechanism is used to find the range where the search key may present.
Pitch
It uses the binary search technique to find the exact location of the search key. The searching process becomes faster.