Word Pattern
Try to solve the Word Pattern problem.
We'll cover the following...
Statement
You are given a pattern and a string, s. You need to determine whether the string s follows the same pattern.
A string s is said to follow a pattern if a bijection ...