trie
trie copied to clipboard
add Free and FreeChild methods
add methods: func Free(t *Trie) Free all Nodes of the Trie, renew the root Node. func (n *Node) FreeChild() Free the node and it's children.