loading

Word Pattern — Step-by-Step Visualization

easyLeetCode #290Hash TableString

Given a pattern and a string s, find if s follows the same pattern with full word bijection.

Related Problems