HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Exponential Search in Java #1826

Closed sakshikhachane closed 3 years ago

sakshikhachane commented 3 years ago

🚀 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.

sakshikhachane commented 3 years ago

@shraddhavp Please assign me this issue. I am a participant in DWOC.

Sarthak-9 commented 3 years ago

May I go ahead with cpp for DWOC ? @shraddhavp

shraddhavp commented 3 years ago

yes @Sarthak-9 go ahead in cpp and @sakshikhachane go ahead in java

sakshikhachane commented 3 years ago

@shraddhavp Please add the levels for this issue else it won't get counted.

sakshikhachane commented 3 years ago

@shraddhavp Please add a level label to this issue and PR as it isn't getting counted on the leaderboard.