grokking_algorithms icon indicating copy to clipboard operation
grokking_algorithms copied to clipboard

Java Chapter 1

Open aneeshmohan0 opened this issue 10 months ago • 0 comments

In BinarySearch.java Since the array myList is unsorted, the binary search algorithm may not produce the correct result. While the algorithm might still run without errors, the output cannot be guaranteed to be accurate because it's searching in an unsorted context.

If you provide me permission I will open the Merge Request for the bug.

aneeshmohan0 avatar Apr 14 '24 15:04 aneeshmohan0