rustindia / Rust-for-undergrads

C/C++ programming probelms re-written in Rust
https://rustindia.github.io/Rust-for-undergrads/
GNU General Public License v3.0
251 stars 113 forks source link

binary search program! #39

Closed abhisheksonnakula closed 6 years ago

abhisheksonnakula commented 6 years ago

binary search is a search algorithm that finds the position of a target value within a sorted array.