Given a string of digits, count ways to decode it where 'A'=1...'Z'=26. Each 1-2 digit sequence maps to a letter.
Examples