Package g1201_1300.s1201_ugly_number_iii
Class Solution
- java.lang.Object
-
- g1201_1300.s1201_ugly_number_iii.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nthUglyNumber(int n, int a, int b, int c)
-