/puzzle

Filling a rectangle using small tiles!

Primary LanguageC++Apache License 2.0Apache-2.0

puzzle

Filling a rectangle using small tiles!

Putting together 5 squares can make several shapes. Among these shapes, there are 12 different shapes. Shapes Here we have a 6×10 rectangle which we should fill using these 12 shapes only by rotating the shapes not reflecting, etc. Here's an example of the solved problem. Solution

Aim

The aim is to find all solutions to this puzzle.

#Solution This program solves the problem using Recursive function and Flood fill algorithm.

Screenshot

Screenshot

Result

This puzzle has 144 different solutions.