[LeetCode] Tiling a Rectangle with the Fewest Squares

1 · · Feb. 14, 2022, 3:26 a.m.
1240. Tiling a Rectangle with the Fewest Squares Given a rectangle of size n x m, return the minimum number of integer-sided squares that tile the rectangle. ...