What's my trie?

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

Graph

Solution

You can view the solution code to this problem here.