//
pkg.gl
Category
github.com/ruang-guru/playground
backend
data-structure
recursion
9-calculate-lcm-by-gcd-cp
package
0.0.0-20220610093703-3be1cb674a51
Repository:
https://github.com/ruang-guru/playground.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
26 SLOC
#
Functions
GCD
greatest common divisor (GCD) via Euclidean algorithm.
LCM
find Least Common Multiple (LCM) via GCD.