Method Optimize Optimize(Trie) Optimize (remove holes in the rows) the given Trie and return the restructured Trie. Declaration public virtual Trie Optimize(Trie orig) Parameters Type Name Description Trie orig the Trie to optimize Returns Type Description Trie the restructured Trie