Skip to content

Commit

Permalink
aoc2024/day23: 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 23, 2024
1 parent 7907709 commit c144c87
Show file tree
Hide file tree
Showing 4 changed files with 3,557 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
| 20 | [Race Condition](https://adventofcode.com/2024/day/20) | [day20.rs](aoc2024/src/day20.rs) | 335.5 µs | 17.31 ms |
| 21 | [Keypad Conundrum](https://adventofcode.com/2024/day/21) | [day21.rs](aoc2024/src/day21.rs) | 529 ns | 476 ns |
| 22 | [Monkey Market](https://adventofcode.com/2024/day/22) | [day22.rs](aoc2024/src/day22.rs) | 7.427 ms | 13.17 ms |
| 23 | [LAN Party](https://adventofcode.com/2024/day/24) | [day24.rs](aoc2024/src/day24.rs) | 326.8 µs | 147.2 µs |

<!-- | 23 | [TODO](https://adventofcode.com/2024/day/23) | [day23.rs](aoc2024/src/day23.rs) | | | -->
<!-- | 24 | [TODO](https://adventofcode.com/2024/day/24) | [day24.rs](aoc2024/src/day24.rs) | | | -->
<!-- | 24 | [TODO](https://adventofcode.com/2024/day/23) | [day23.rs](aoc2024/src/day23.rs) | | | -->
<!-- | 25 | [TODO](https://adventofcode.com/2024/day/25) | [day25.rs](aoc2024/src/day25.rs) | | — | -->

</details>
Expand Down
Loading

0 comments on commit c144c87

Please sign in to comment.