Binary Search in Clojure
I decided to implement linear search before going after binary search. Now, I’m ready!
With linear search, we required the elements be sorted. We didn’t require the elements be bounded. In binary search, the inputs must be bounded because we maintain...
brettrowberry.com2 min read