Skip to content

Commit

Permalink
aoc2024/day15: 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 15, 2024
1 parent aa8147d commit fbe170f
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
| 12 | [Garden Groups](https://adventofcode.com/2024/day/12) | [day12.rs](aoc2024/src/day12.rs) | 1.319 ms | 1.974 ms |
| 13 | [Claw Contraption](https://adventofcode.com/2024/day/13) | [day13.rs](aoc2024/src/day13.rs) | 87.33 µs | 72.88 µs |
| 14 | [Restroom Redoubt](https://adventofcode.com/2024/day/14) | [day14.rs](aoc2024/src/day14.rs) | 35.37 µs | 20.60 ms |
| 15 | [Warehouse Woes](https://adventofcode.com/2024/day/15) | [day15.rs](aoc2024/src/day15.rs) | 234.6 µs | 241.8 µs |

<!-- | 15 | [TODO](https://adventofcode.com/2024/day/15) | [day15.rs](aoc2024/src/day15.rs) | | | -->
<!-- | 16 | [TODO](https://adventofcode.com/2024/day/16) | [day16.rs](aoc2024/src/day16.rs) | | | -->
<!-- | 17 | [TODO](https://adventofcode.com/2024/day/17) | [day17.rs](aoc2024/src/day17.rs) | | | -->
<!-- | 18 | [TODO](https://adventofcode.com/2024/day/18) | [day18.rs](aoc2024/src/day18.rs) | | | -->
Expand Down
Loading

0 comments on commit fbe170f

Please sign in to comment.