mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 11:07:15 -05: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