logo CodeStepByStep logo

You are working on problem set: Week 3 Section ( Pause)

isSubsequence

Language/Type: C++ recursion string return
Related Links:

Write a recursive function named isSubsequence that accepts two string parameters, and returns if the second string is a subsequence of the first string. A string is a subsequence of another if it contains the same letters in the same order, but not necessary consecutively. You can assume both strings are already lowercased.

Function: Write a C++ function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? .

If something seems wrong with our site, please

Is there a problem? Contact us.