Class Tree

java.lang.Object
g0201_0300.s0212_word_search_ii.Tree

public class Tree extends Object
  • Field Details

  • Constructor Details

    • Tree

      public Tree()
  • Method Details

    • getChild

      public Tree getChild(char c)
    • len

      public int len()
    • addWord

      public static void addWord(Tree root, String word)
    • deleteWord

      public static void deleteWord(Tree root, String word)