Hacker News new | ask | show | jobs
by orionhickman 5304 days ago
I don't understand how this is related.
1 comments

Someone posted a comment asking for clarification in how the provided solution to the binary search qualifier could possibly work as intended. Specifically, in the following line of code the double slashes were erroneously interpreted as a comment rather than a division operator: mid = start + (end - start) // 2

The comment has since then been deleted.