freeCodeCamp/guide
Nitin Chauhan ee9920fbb8 Avoiding overflow in getting mid index in Java (#25211)
* 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
2019-02-13 15:37:30 -08:00
..
arabic Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676) 2019-02-12 15:54:53 -08:00
chinese fixed: fixed translating problem. (#30914) 2019-02-12 21:06:55 -08:00
english Avoiding overflow in getting mid index in Java (#25211) 2019-02-13 15:37:30 -08:00
portuguese Replace Github -> GitHub (Portuguese) (#35166) 2019-02-13 10:39:06 -08:00
russian Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676) 2019-02-12 15:54:53 -08:00
spanish Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676) 2019-02-12 15:54:53 -08:00