OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Add exponential search #3

Open AdiChat opened 7 years ago

AdiChat commented 7 years ago

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.

frextrite commented 7 years ago

Hi @AdiChat I can do this.

AdiChat commented 7 years ago

Sure. Go ahead. 👍

frextrite commented 7 years ago

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++?

AdiChat commented 7 years ago

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.

trshimpi commented 7 years ago

i would like to work on it

Sanyam96 commented 7 years ago

I have implemented Exponential Search in Java kindly review #164 @AdiChat

murilodag commented 7 years ago

Hello @AdiChat, could I work on this for JavaScript? Done: #224

Rishabh570 commented 7 years ago

i will do it in c

Rishabh570 commented 7 years ago

I have implemented exponential search in c
Kindly review it #1447 .