Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 150 Bytes

File metadata and controls

3 lines (2 loc) · 150 Bytes

Easy binary search problem.

Remember not to use ~~ and >>1 because the number is so large, use Math.floor() or Math.ceil() and / instead.