Class Tree


  • public class Tree
    extends Object
    • Constructor Detail

      • Tree

        public Tree()
    • Method Detail

      • 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)