pascals-triangle-ii-inplace-dp-pattern

Status: IN

The reverse-traversal in-place mutation is the same space-optimization pattern used in 0/1 knapsack and other DP problems that reduce 2D state to 1D

Source: entries/2026/06/06/pascals-triangle-ii-solution.md

JSON