Package g0801_0900.s0843_guess_the_word
Class Solution
- java.lang.Object
-
- g0801_0900.s0843_guess_the_word.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 void
findSecretWord(String[] wordlist, g0801_0900.s0843_guess_the_word.Solution.Master master)
-
-
-
Method Detail
-
findSecretWord
public void findSecretWord(String[] wordlist, g0801_0900.s0843_guess_the_word.Solution.Master master)
-
-