...

/

Challenge 1: Total Number of Words in a Trie

Challenge 1: Total Number of Words in a Trie

For your first challenge regarding tries, you'll be writing a very commonly used function, which gives you the trie word count.

Problem statement

Implement the totalWords() function, which will find the total number of words in a trie.

Input

This is the root ...