You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were an obvious mistake in the calculation of the middle for the binary search. (stopIndex + stopIndex) / 2 will evualuate to stopIndex and not to the arithmetic middle as intended.
0 commit comments