DP on Strings pattern
When characters match, extend a useful earlier answer. When they differ, compare the smaller choices around the current cell.
Difficulty: Medium · Approach: Save each smaller answer once
This is a public lesson preview. Sign in with a Lifetime Pass to open the protected animation, solution, and code.