fms12 / DATA-STRUCTURE-AND-ALGORITHM-IN-PY

An open source codebase for sharing programming solutions. This repository is in development phase and will soon provide you with python code of various data structures and algorithms . as we all know that there are not much resources which is available to learn data structures and algorithms in python.
MIT License
23 stars 43 forks source link

Binary Search #135

Closed kinshukgoel4 closed 2 years ago

kinshukgoel4 commented 2 years ago

Hey i believe i can work on this can you assign this to me.

github-actions[bot] commented 2 years ago

Congratulations 🥳 you created your first issue!

kinshukgoel4 commented 2 years ago

Generally, binary search works only on sorted lists/arrays but I have a piece of code which works even on un-sorted lists just how a binary search works with little more conditional statements. Hence assign me on this topic.

fms12 commented 2 years ago

yes,

kinshukgoel4 commented 2 years ago

Ok I will work on it can u please add hacktoberfest and hacktoberfest-accepted tag for this issue

VARUNvk1729 commented 2 years ago

sure I'll add try to add comments along with code!!

kinshukgoel4 commented 2 years ago

ok @VARUNvk1729

thechangamunda commented 2 years ago

The issue is still open, can I work on this ?

kinshukgoel4 commented 2 years ago

Hey @VARUNvk1729 @fms12 I have submitted a PR for this issue please checkout and update me. Thanks