ayan-biswas0412 / AlgoDocs

📚 This repository is meant for jotting down common algorithms and their implementation in several languages
MIT License
11 stars 29 forks source link

Searching Algorithms #3

Open ayan-biswas0412 opened 2 years ago

ayan-biswas0412 commented 2 years ago

Here is a possible list of searching algorithms that need to be implemented please refrain from adding algorithms in the same language, check the linked issue for more info on that particular algo

Please comment below first, if you are interested to implement any of the above algorithms, then please open a new issue using the issue template and then open a PR corresponding to your issue

manoloesparta commented 2 years ago

I will be doing linear search

ayan-biswas0412 commented 2 years ago

I will be doing linear search

open issue first and then start working on it

suranaakshat02 commented 2 years ago

I will be doing binary search (python)

ayan-biswas0412 commented 2 years ago

I will be doing binary search (python)

sure go ahead

suranaakshat02 commented 2 years ago

Will you accept my Pull Request ??

On Sun, Oct 3, 2021, 8:45 PM AYAN BISWAS @.***> wrote:

I will be doing binary search (python)

sure go ahead

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ayan-biswas0412/AlgoDocs/issues/3#issuecomment-932971372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZL5OWZBD7DSHXMVOFCYSDUFBXPVANCNFSM5FGGYLXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ayan-biswas0412 commented 2 years ago

Will you accept my Pull Request ??

sure, make one valid PR I will surely accept it

Niveshpai commented 1 year ago

Will implement exponential search using C

its-kundan commented 1 year ago

!assign Jump search in c++