Package g0201_0300.s0212_word_search_ii
Class Tree
- java.lang.Object
-
- g0201_0300.s0212_word_search_ii.Tree
-
public class Tree extends Object
-
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddWord(Tree root, String word)static voiddeleteWord(Tree root, String word)TreegetChild(char c)intlen()
-