algorithm - What are the pitfalls in implementing binary search? -


Binary search is difficult to implement than it looks "Although the basic idea of ​​binary search is relatively simple, the description is amazing Can be difficult by the way ... "- Donald Knuth.

What bugs are likely to appear in a new binary search implementation?

Here's something I can think of:

  • Off
  • Q. Is it in your mind?


Comments