[LeetCode] Top Interview 150 Problems Solving # 290 Word Pattern
Understanding the Problem
There are two strings given. One is pattern, and another one is a string with spaces. If the pattern is ”abba” and the string is ”dog cat cat dog”, the first index ”a” takes ”dog”, the second index ”b” takes ”cat”, the third...
ramieeee.me3 min read