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

Adding Binary unsorted search #142

Closed kinshukgoel4 closed 1 year ago

kinshukgoel4 commented 1 year ago

Hey maintainer I have added the binary search which works even for unsorted arrays/lists. Please have a look on this code