|
|
|
|
|
by jacobolus
4081 days ago
|
|
Whenever a sequence is graphical, to construct a graph pick any arbitrary node, and connect it to the n other nodes with the largest current numbers (reducing their numbers by one, as the puzzle here does), where n is the number of the node in question. Then pick another arbitrary node, and do the same, iterating until you’ve gone through every node. |
|
That challenge is always to prove for definite that it will always work. The proof is in, well, the proof.