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.
We'll cover the following...
Problem statement
Implement the totalWords()
function, which will find ...