Given 2 strings like bangalore and blr, return whether one appears as a subsequence of the other. The above case returns true whereas bangalore and brl returns false.
Find the length of the longest common subsequence. If it is equal to the length of small string, return true