...

/

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 ...