Class Solution
- java.lang.Object
-
- g2101_2200.s2154_keep_multiplying_found_values_by_two.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
findFinalValue(int[] nums, int original)
-