Search
⌘K

Leetcode 1408. String Matching in an Array

Return all words from the input array that appear as substrings of any other word in the array. With up to 100 unique lowercase strings of length ≤30, the core task is detecting pairwise substring containment (order of output doesn't matter).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.