codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

Add Searching Algorithm [Binary Search] #368

Closed noviicee closed 3 years ago

noviicee commented 3 years ago

Description of the problem

Add the Binary Search Algorithm to search for elements in an array/list.

Example of the problem

References/Other comments