Skip to content

Commit

Permalink
aoc2024/day9: Add solution
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Dec 9, 2024
1 parent 0f95a7d commit d833d4f
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
| 6 | [Guard Gallivant](https://adventofcode.com/2024/day/6) | [day6.rs](aoc2024/src/day6.rs) | 39.48 µs | 6.768 ms |
| 7 | [Bridge Repair](https://adventofcode.com/2024/day/7) | [day7.rs](aoc2024/src/day7.rs) | 824.2 µs | 49.06 ms |
| 8 | [Resonant Collinearity](https://adventofcode.com/2024/day/8) | [day8.rs](aoc2024/src/day8.rs) | 40.13 µs | 36.43 µs |
| 9 | [Disk Fragmenter](https://adventofcode.com/2024/day/9) | [day9.rs](aoc2024/src/day9.rs) | 186.2 µs | 134.5 ms |

<!-- | 9 | [TODO](https://adventofcode.com/2024/day/9) | [day9.rs](aoc2024/src/day9.rs) | | | -->
<!-- | 10 | [TODO](https://adventofcode.com/2024/day/10) | [day10.rs](aoc2024/src/day10.rs) | | | -->
<!-- | 11 | [TODO](https://adventofcode.com/2024/day/11) | [day11.rs](aoc2024/src/day11.rs) | | | -->
<!-- | 12 | [TODO](https://adventofcode.com/2024/day/12) | [day12.rs](aoc2024/src/day12.rs) | | | -->
Expand Down
Loading

0 comments on commit d833d4f

Please sign in to comment.