Hi,
I want want to check if several given squares do not overlap. These squares
are given as xmin, xmax, ymin and ymax. The sqaures can be of different
size, but form an even larger square.
(view widt a unscalable font)
^ +-------------+-----+--------------+
| | | | |
Y +---------+---+-----+----+---------+
| | | |
+---------+ +---------+
| | | |
+-----+---+------+-------+ |
| | | | |
+-----+----------+ | |
| | | | |
+-----+----------+-------+---------+
X ->
Any suggestions what algorithm I could use?