Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the number of distinct subsequences that can be formed from a string and match a given target string using dynamic programming.

Run the code to see the output here...