Fix formatting in Golomb-Puzzle notebook

This commit is contained in:
Peter Norvig
2026-09-02 15:48:50 -07:00
committed by GitHub
parent 76bc8a483e
commit e13dfe5705

View File

@@ -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",