codesankalp / dsalgo

MIT License
8 stars 24 forks source link

Added code for Linear and Binary Search #31

Closed GSNCodes closed 3 years ago

GSNCodes commented 3 years ago

Added the code for linear and binary search in python #23

GSNCodes commented 3 years ago

@codesankalp Have addressed your comments on the PR. Followed your example on Sorting. Please review and let me know :)

Aryamanz29 commented 3 years ago

@codesankalp Have addressed your comments on the PR. Followed your example on Sorting. Please review and let me know :)

Add tests using python unit test framework: unittest

GSNCodes commented 3 years ago

@Aryamanz29 I have added the testcases using unittest framework. Let me know if they are ok :)

codesankalp commented 3 years ago

@GSNCodes according to the issue you have to implement all searching algorithms to make this pull request ready to merge.

codesankalp commented 3 years ago

I am opening this pull request again because you have worked on this issue and i don't want to waste your work. Try to implement all algo for this. But still you want to close this pull request then mention the reason.