...

/

Challenge 4: Word Formation from a Given Dictionary using a Trie

Challenge 4: Word Formation from a Given Dictionary using a Trie

Try to solve the Word Formation From a Dictionary Using Trie problem.

Statement

Given a dictionary, find whether a given word can be formed by combining two words from the dictionary.

Constraints:

  • 00 \leq dictionary 103\leq 10^3
...