Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Add Linear Search in python, java C++ #8

Closed Nikzy7 closed 4 years ago

Nikzy7 commented 4 years ago

Good for newcomers ! Take a look at README. All PRs are welcome. Mention the language of your choice in the comments. Any other language? Just follow the directory structure explained in README. Happy Hactoberfest !

sonuishaq67 commented 4 years ago

I can do the java and c++ part for this ! assign me for this !

Alisha-Ahmed commented 4 years ago

Hey,I can do it in Python,C,C++ and Java.Could you assign it to me.

Nikzy7 commented 4 years ago

@Alisha-Ahmed Go ahead !

Alisha-Ahmed commented 4 years ago

😀Thank You

SarthakM7 commented 4 years ago

Added linear search in python and quick sort in cpp (both were missing). Thanks.

avk29 commented 4 years ago

Hi!, i've added linear search in python #30 . let me know if any changes are required