← Pointer Manipulation
Pointer Manipulation Target: 10s
Correct 2D init avoids the shared-row aliasing bug. Foundation for all grid DP.
grid = [[0]*cols for _ in range(rows)]
Type it from memory. Go.