If we accept that a square puzzle can't be tiled completely by different squares...
How can we cover as much as possible of the square puzzle surface?
Of course we prefer a perfect fit, but this seems impossible with smaller puzzles (below 110 x 110).
In the beginning we hardly believed this could be such a big problem. It turned out to be one of the thoughest mathemetical jigsaw puzzles we met!
Who can solve it?



The three of us have puzzled and programmed on this isue with a lot of pleasure:
- Ed van Eersel
- Bart te Molder
- Pascal Huybers

This hobby started with a programming contest by Prospero, but the original idea is much older. We found a perfect solution (no open space!) of the puzzle of 175 in a book issued in 1956. This has been a great thinking job! They found it (and some perfect rectangles) by using mathematical graphs.

Our algorithm is a special type of backtracking : depth-first traversal. This means that we always first try a square on every possible place, before we replace it for a smaller square. We believe the current super computers (using backtracking algorithms) are still not able to solve the 175 puzzle within 10 years, but we challenge you to find a better algorithm.

Our solutions :



If you know something more (or just interested) you are welcome to contact us, mail to: