Leetcode Daily Problem - [890] Find and Replace Pattern
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 any order.
A word matches the pattern if there exists a permutation of letters p so that after replac...
abhinandanmishra1.hashnode.dev3 min read