sr6033 / dataStructure-Algorithms

Implementations of various data structures and algorithms using C/C++, Python & Java.
https://sr6033.github.io/dataStructure-Algorithms/
MIT License
7 stars 14 forks source link

updated some codes #5

Closed debck closed 6 years ago

sr6033 commented 6 years ago

Don't add scanf() in place of cin. Remove those edits in your PR.

debck commented 6 years ago

i just added a new .cpp file of binary search

sr6033 commented 6 years ago

Kindly read readme.md. Always specify the problem statement at the top using comments.

debck commented 6 years ago

i added the problem statements . plz check it

sibasish14 commented 6 years ago

@debck you should have minimum number of commits in a single PR. Try to squash them into one commit.