summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxJava/tests/GcdLcmTest.java
AgeCommit message (Collapse)Author
2018-08-19Least Common Multiple done!Haidong Ji
Learned two interesting things: 1. Use GCD to get LCM https://www.idomaths.com/hcflcm.php#formula 2. To make a literal of numbers long, add L at the end of the number!