Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the number of distinct subsequences in a string that match a given target with wildcard characters using dynamic programming.

Run the code to see the output here...