...

/

Challenge 1: Total Number of Words in a Trie

Challenge 1: Total Number of Words in a Trie

Try to solve Sort Values in a Stack problem.

Statement

Given a trie data structure that represents a list of words, words, determine the total number of words stored in it.

Constraints:

  • 00\leq ...