603ee1827d
Benchmark reporting;
a3ce12a80b
Fixed clippy warnings
1d0154122b
Included showing puzzel input file into benchmark report
boolpurist
deleted branch convert_to_workspace from boolpurist/advent_of_code_2023_in_rust
2024-08-30 03:22:19 +02:00
fd25e8f8db
Merge pull request 'convert_to_workspace' (#1) from convert_to_workspace into main
331faaa44d
Fixed clippy warnings
c449b002f8
Made solution for day 6 faster
854f1f1334
Implemented benchmark framework
5a98c0541b
Added License
convert_to_workspace
convert_to_workspace
boolpurist
pushed to convert_to_workspace at boolpurist/advent_of_code_2023_in_rust
2024-08-30 03:18:37 +02:00
331faaa44d
Fixed clippy warnings
c449b002f8
Made solution for day 6 faster
854f1f1334
Implemented benchmark framework
5a98c0541b
Added License
b29deec7e7
Refacture: Moved solutions into lib crate for better reuse
boolpurist
created branch convert_to_workspace in boolpurist/advent_of_code_2023_in_rust
2024-08-30 03:18:37 +02:00
dad77e85c0
Solved part 1 of day 7
d117c34786
Implemented faulty first part of day 7
bb63ca7f74
Implemented line parsing for a dealt hand
9a10cf7c47
Solved second part of day 5
4c093353cf
Restarted day 5
79b55bd23a
Solved 1 task for day 5
cb7e8465a2
Implemented input as direct value or as file input
0bc8636003
Implemented cli framework advent of code puzzels
a50f956cfb
Added current best under leet code
4def379400
Cut out not needed intial if statement and reduced space usage