Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSolution.CustomFunction
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final List<List<Integer>>findSolution(Solution.CustomFunction customfunction, Integer z)-
-
Method Detail
-
findSolution
final List<List<Integer>> findSolution(Solution.CustomFunction customfunction, Integer z)
-
-
-
-