DIY: Concatenated Words

Solve the interview question "Concatenated Words" in this lesson.

Problem statement

Provided an array of strings, words, with unique elements, return all the concatenated words in the given array.

A word that is a combination ...