mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-17 16:00:50 -04:00
* Avoiding overflow in getting mid index in Java start + (end - start)/2 is preferable over (start + end)/2 to avoid overflow errors * Update index.md