Method Optimize
Optimize(Trie)
Optimize (remove empty rows) from the given Trie and return the resulting Trie.
Declaration
public override Trie Optimize(Trie orig)
Parameters
Type | Name | Description |
---|---|---|
Trie | orig | the Trie to consolidate |
Returns
Type | Description |
---|---|
Trie | the newly consolidated Trie |