CS
CS copied to clipboard
Fix issue when input ('a','b') to isSubsequence
If user input ('a','b') to isSubsequence iterative, it would be return unexpected result. Since i = 0 now is equal to str1.length - 1