sam-tripathi / Defeat-JAVA

It is a repositry consisting of java tutorials,projects, Data Structures and Algorithm, Roadmap Questions and Problems with Solution . Building a FREE Resources for java learners
17 stars 61 forks source link

Create Exponential Search.java #145

Closed Halmoside closed 1 year ago

Halmoside commented 1 year ago

Exponential search allows for searching through a sorted, unbounded list for a specified input value (the search "key"). The algorithm consists of two stages. The first stage determines a range in which the search key would reside if it were in the list. In the second stage, a binary search is performed on this range. Hey i have contributed by making exponential search in java please accept my pull request and give me the label of hacktoberfest