Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of distinct subsequences that can be formed by removing characters from a string using dynamic programming.

Run the code to see the output here...