I'm sure this has been asked before but I have searched for ages and can't quite find what I'm looking for. Here's the problem:
Essentially what is the maximum possible number of rectangles of a given size $(m \times n)$ that will fit without overlapping in a given sized square ($k \times k$).
How can you tackle it?