deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Implement Exponential Search #42

Open deutranium opened 4 years ago

deutranium commented 4 years ago

Implement Exponential Search in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

deutranium commented 4 years ago

@resakra sorry but it has already been implemented in Python. If you're looking for a beginner level python, I'll suggest looking up some algos which haven't been added already and try to implement them

ankur-kayal commented 4 years ago

Can i work on it in c++?

Ankitasareen commented 4 years ago

Hey can i implement the code in javascript?

deutranium commented 4 years ago

@ankur-kayal @Ankitasareen sure Adding you both as assignees

ankur-kayal commented 4 years ago

@deutranium pull request added . Please review and if needed suggest necessary changes 👍 #100

deutranium commented 4 years ago

@ankur-kayal that was a great one! Merged.

erikrios commented 4 years ago

Hey @deutranium, can I work on it in Java?

deutranium commented 4 years ago

@erikrios sure