public class GcdCalculator
extends java.lang.Object
| Constructor and Description |
|---|
GcdCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static long |
gcd(java.util.List<java.lang.Long> l)
Finds the greatest common divisor of all numbers in the list.
|
Copyright © 2018. All Rights Reserved.