DIY: Concatenated Words

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

Problem statement

Provided a list of strings, words, with unique elements, return all the concatenated words in the given list.

A word that is a combination ...