Pentomino Puzzle(Data Structures and Algorithms)
Order Description
This course is related to Data Structures and Alogorithms. This assignment is about Pentomino Puzzle(i.e. a plane geometric figure formed by joining five equal squares edge to edge)
Plus, This assignment is based on C++ and implemented on Netbean. The detailed instruction is inside the corresponding a2_your_student_id.cpp file.
This assignment is required us to write a program to find all solutions having the 12 pentominoes touching the edges of a rectangle box with specific size using backtracking. Please follow the guideline written inside the cpp file that I’ve uploaded.

