diff --git a/challenges/2024/README.md b/challenges/2024/README.md index 78f7970..fe7a44e 100644 --- a/challenges/2024/README.md +++ b/challenges/2024/README.md @@ -22,4 +22,4 @@ A day denoted with an asterisk means it has a visualisation. | 06 - Guard Gallivant | ★ ★ | Python | oh dear runtime (also I knew what I wanted to do for so long it just took me 3 hours to implement it properly) | | 07 - Bridge Repair | ★ ★ | Python | Maths? Backwards?? | | 08* - Resonant Collinearity | ★ ★ | Python | `Fraction` saving us all from the curse of a computer's inability to do floating point arithmetic | -| 09 - Disk Fragmenter | ★ ★ | Python | Many cursed strategies were attempted before I landed on the final implementation | \ No newline at end of file +| 09 - Disk Fragmenter | ★ ★ | Python | Many cursed strategies were attempted before I landed on the final implementation. Part 1 could also be sped up. | \ No newline at end of file