Skip to content

Commit

Permalink
Add notice about "Unique" solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis authored May 12, 2023
1 parent 2668ee7 commit 14d1fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
| 3 | 5pt | What is the largest Perimeter of a Group? | Integer | 22 |
| 4 | 5pt | Which 2 Shapes can create a square Group? | Letter list | L0,P5 [image example](https://static.mathigon.org/cms/2aeb6180e05938d28d8659e07133617d.png) |
| 5 | 10pt | Which 2-Shape Groups look the same (on a 2d representation) with any other 2-Shape Group? | Letter list | [image](https://people.rit.edu/mecsma/Professional/Puzzles/Pentominoes/P-A%20Images/image21.gif) |
| 6 | 10pt | How many unique solutions can you find for a 3×20 Canvas? | Integer | 2, [source](https://isomerdesign.com/Pentomino/3x20/index.html) |
| 6 | 10pt | How many unique\* solutions can you find for a 3×20 Canvas? | Integer | 2, [source](https://isomerdesign.com/Pentomino/3x20/index.html) |
| 7 | 10pt | How many unique solutions can you find for a 5×3 Canvas? | Integer | 7, [source](https://isomerdesign.com/Pentomino/5x3/index.html) |
| 8 | 10pt | How many unique solutions can you find for a 4×15 Canvas? | Integer | 368, [source](https://isomerdesign.com/Pentomino/4x15/index.html) |
| 9 | 20pt | How many unique solutions can you find for a 3×21 Canvas with 3 black holes as seen on the image below? !["3x21 Canvas with 3 black holes"](../images/canvas_3x21_3_black.png) | Integer | 6, [source](https://isomerdesign.com/Pentomino/3x21d) |
| 10 | 20pt | Which Shapes can be put together to make a copy of the P-shape which is bigger from the original piece. | Letter list | `ZVVV ZZZV NNZV PNNN PP PP` [image](https://people.rit.edu/mecsma/Professional/Puzzles/Pentominoes/P-A%20Images/image23.gif) |

\* Unique solutions: Where the answer is not a result of a simple rotation or flip of the whole (solved) canvas. If we do so all the answers provided here should be multiplied with the number `4`.

> **Total: 100pts**.
### C. Graphical User Interface (GUI)
Expand Down

0 comments on commit 14d1fa2

Please sign in to comment.