Solution to problem 15 in Python

This commit is contained in:
2023-09-11 19:35:05 +02:00
parent 9eeba7ff77
commit c88edc6f06
4 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Disc #1 has 7 positions; at time=0, it is at position 0.
Disc #2 has 13 positions; at time=0, it is at position 0.
Disc #3 has 3 positions; at time=0, it is at position 2.
Disc #4 has 5 positions; at time=0, it is at position 2.
Disc #5 has 17 positions; at time=0, it is at position 0.
Disc #6 has 19 positions; at time=0, it is at position 7.