Suppose two tries are "equal" if they contain exactly the same words.
Draw a trie with the minimum number of nodes, which is equal to the following trie
You can view the solution code to this problem here.