1. compress string
2.Take two strings as inputs, and return true if a portion of first-string characters can be rearranged to match the second string, otherwise return the bool false.
3.Given a pattern and a string s, find if s follows the same pattern.
4.bracket pairs