Combined Words
Solve a hard-level problem of checking if a word combines two or more words using tries.
Problem statement
A combined word is defined as a string that is created by joining at least two shorter words given in the array. Given an array of unique strings, return all the combined words present in the given array.
Example 1
Sample input
Get hands-on with 1400+ tech skills courses.