Programming Question

Question: Implement an NxN jigsaw puzzle. Design the data structures and explain an algorithm to solve the puzzle. You can assume that you have a fitsWith mehtod which, whien passed two puzzle edges, returns true if the two edges belong together.

From: Cracking the Coding Interview [McDowell]

Subject: Object-Oriented Design

Load Another Question


Select a Subject