Single Sequence DP
Single Sequence
Very similar to coordinate DP. Usually each element can represent its own state which can be defined either by prefix or suffix. The topological ordering can be tricky at times (more incoming edges than the grid).
Last updated