Fix formatting in Golomb-Puzzle notebook
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"> 9 × 7 × 5 × 3 × 1 = 945.\n",
|
||||
"\n",
|
||||
"(It is always a relief when two methods give the same answer.)\n",
|
||||
" \n",
|
||||
"\n",
|
||||
"**Method 3: Write a program to enumerate the sets:** We'll represent the 1 × 3 rectangle as the tuple `(1, 3)` and the example set of rectangles as the set\n",
|
||||
"\n",
|
||||
" {(1, 3), (2, 4), (5, 7), (6, 8), (9, 10)}\n",
|
||||
|
||||
Reference in New Issue
Block a user