In this blog post the author has suggested the following as the bug fix:
int mid = (low + high) >>> 1;
Does anyone know what is t
>>> is not C++ operator. I think it's an operator in Java language. I'm not sure though!
>>>
EDIT:
Yes. That is java operator. Check out the link to the article you provided. The article is using Java language!