201. Write a recursive function to check if a binary tree is a mirror of itself (symmetric).
202. Write a recursive function to find the longest sequence of consecutive integers in an unsorted array.