Package g0401_0500.s0488_zuma_game
Class Solution
- java.lang.Object
-
- g0401_0500.s0488_zuma_game.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 voidcleanup(List<Character> boardList)intfindMinStep(String board, String hand)booleanisValid(List<Character> boardList, List<Character> handList)
-