Concatenated Words at eBay
Hard49.7% acceptance
This problem has 62.5% frequency at eBay.
Problem Description
Given an array of strings `words` (**without duplicates**), return _all the**concatenated words** in the given list of_ `words`. A **concatenated word** is defined as a string that is comprised entirely of at least two shorter words (not necessarily distinct) in the given array.
Read full problem and hintsTopics
Also asked at 4 companies
More eBay Questions
Remove One Element to Make the Array Strictly IncreasingEasyPartition Equal Subset SumMediumSubtree of Another TreeEasyMinimize Maximum Pair Sum in ArrayMediumSpiral MatrixMedium
View all eBay questions