7Rocky opened this issue 4 years ago · 1 comments
binary-search-implementation/recursive.cpp
Line 6 in 7fbf8dd
int mid = left + (right - left) / 2;
Yes! I didnt see the issue. You are right! Already fixed in the last commits