public class Tree extends Object
| Constructor and Description |
|---|
Tree() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addWord(Tree root,
String word) |
static void |
deleteWord(Tree root,
String word) |
Tree |
getChild(char c) |
int |
len() |
Copyright © 2021. All rights reserved.