bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

Binary Search Algoritm with its tests #35

Open kaanakdogan opened 6 years ago

kaanakdogan commented 6 years ago

31

If you can check all of the above, congrats! :sparkles:

Description:

It's basic binary search for integer array. First it orders list then does a binary search.