Add pre-generated Hanoi formulas for 9 and 10 disks
- towers-of-hanoi-9: 511 moves (2^9 - 1) - towers-of-hanoi-10: 1023 moves (2^10 - 1) These are fully pre-computed move sequences for durability testing. The 10-disk version creates 1026 beads issues when poured. For million-step (20 disks), would need 163MB formula file. Starting with 1K steps to prove the machinery works. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
1940b0bc8a
commit
79c0f1cf93
6188
.beads/formulas/towers-of-hanoi-10.formula.toml
Normal file
6188
.beads/formulas/towers-of-hanoi-10.formula.toml
Normal file
File diff suppressed because it is too large
Load Diff
3116
.beads/formulas/towers-of-hanoi-9.formula.toml
Normal file
3116
.beads/formulas/towers-of-hanoi-9.formula.toml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user