Groups
Category
DP with probability models how chance flows between states over time by repeatedly redistributing mass according to transition probabilities.
Sum over Subsets (SOS) DP lets you compute F[mask] = sum of A[submask] over all submasks in O(n 2^n) instead of O(3^n).