moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Added the binary search solution #20

Closed Spazzy757 closed 5 years ago

Spazzy757 commented 5 years ago

This is a solution for the Binary Search Algorithm, I have had this in a couple of interviews so thought it would be a good addition for this project

Spazzy757 commented 5 years ago

In relation to: https://github.com/moogacs/problem-solving/issues/1