Ansh-Sarkar / Python-Data-Structures

This repository contains the code for implementing various Data Structures in Python. It can be used as a quick lookup module or reference for anyone interested in Data Structures . I will keep updating this repository frequently as and when I come across new Data Structures : )
MIT License
4 stars 14 forks source link

added binary search algorithm in searching algorithms folder #20

Closed zmwaris1 closed 1 year ago

zmwaris1 commented 1 year ago

added binary search algorithm in searching algorithms folder

Ansh-Sarkar commented 1 year ago

Hey @zmwaris1 . Thanks a lot for your contribution but we already have an existing implementation of binary search in the repo. So will have to close the PR on those grounds. Pls feel free to raise another PR contributing something not already present 😄