Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 219 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 219 Bytes

Exercise 3-1

Our binary search makes two tests inside the loop, when one would suffice (at the price of more tests outside). Write a version with only one test inside the loop and measure the difference in run-time.