Is Subsequence
Given two strings and , return if is a subsequence of , or otherwise.
A subsequence of a string is a new string that is formed from the original string by deleting some (can be none) of the characters without disturbing the relative positions of the remaining characters. (i.e., is a subsequence of while is not).