Add the code for exponential search in any language ( C, C++, Java, Go, Python or any other)
The code should be placed at code/search/exponential search
Your pull request will be reviewed by maintainers instantly.
For contribution guidelines, see this
If you need any help, let us know.
Hi @AdiChat I can do this.
Sure. Go ahead. 馃憤
File named exponentialsearch.cpp already exists which contains code from GeeksForGeeks. Am I supposed to commit a self created code for exponential search(C++) or should I push code for other languages apart from C++?
Go ahead and submit a pull request. We need self-created code. 馃憤
It must have come from another pull request.
You can try other languages or other issues as well.
i would like to work on it
I have implemented Exponential Search in Java
kindly review #164
@AdiChat
Hello @AdiChat, could I work on this for JavaScript?
Done: #224
i will do it in c
I have implemented exponential search in c
Kindly review it #1447 .