Skip to content

Commit

Permalink
aoc2024/day3: 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 3, 2024
1 parent dce6f37 commit c52291c
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
| :---: | --------------------------------------------------------- | :----------------------------: | :----------------: | :----------------: |
| 1 | [Historian Hysteria](https://adventofcode.com/2024/day/1) | [day1.rs](aoc2024/src/day1.rs) | 92.26 µs | 69.56 µs |
| 2 | [Red-Nosed Reports](https://adventofcode.com/2024/day/2) | [day2.rs](aoc2024/src/day2.rs) | 67.96 µs | 141.4 µs |
| 3 | [Mull It Over](https://adventofcode.com/2024/day/3) | [day3.rs](aoc2024/src/day3.rs) | 81.17 µs | 79.13 µs |

<!-- | 3 | [TODO](https://adventofcode.com/2024/day/3) | [day3.rs](aoc2024/src/day3.rs) | | | -->
<!-- | 4 | [TODO](https://adventofcode.com/2024/day/4) | [day4.rs](aoc2024/src/day4.rs) | | | -->
<!-- | 5 | [TODO](https://adventofcode.com/2024/day/5) | [day5.rs](aoc2024/src/day5.rs) | | | -->
<!-- | 6 | [TODO](https://adventofcode.com/2024/day/6) | [day6.rs](aoc2024/src/day6.rs) | | | -->
Expand Down
1 change: 1 addition & 0 deletions aoc2024/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ aoc-runner = { workspace = true }
aoc-runner-derive = { workspace = true }
indoc = { workspace = true }

arrayvec = { version = "0.7" }
derive_more = { version = "1", features = ["full"] }
itertools = { version = "0.13" }
num = { version = "0.4" }
Expand Down
Loading

0 comments on commit c52291c

Please sign in to comment.