#competitive-programming
Read more stories on Hashnode
Articles with this tag
Problem Statement You are given two string arrays words1 and words2. A string b is a subset of string an if every letter in b occurs in an including...
Problem Statement Given a list of strings words and a string pattern, return a list of words[i] that match the pattern. You may return the answer in...