boolpurist
  • Joined on 2024-08-02
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-30 21:15:03 +02:00
cf604ff98b Fixed missing validation for given day or task in benchmakr files
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-30 15:18:24 +02:00
603ee1827d Benchmark reporting;
a3ce12a80b Fixed clippy warnings
1d0154122b Included showing puzzel input file into benchmark report
Compare 3 commits »
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-30 04:07:57 +02:00
4970f247f3 Cut down runtime on part 2 of day 6 by 10 times
boolpurist deleted branch convert_to_workspace from boolpurist/advent_of_code_2023_in_rust 2024-08-30 03:22:19 +02:00
boolpurist pushed to main at 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
Compare 6 commits »
boolpurist merged pull request boolpurist/advent_of_code_2023_in_rust#1 2024-08-30 03:22:18 +02:00
convert_to_workspace
boolpurist created pull request boolpurist/advent_of_code_2023_in_rust#1 2024-08-30 03:22:04 +02:00
convert_to_workspace
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
Compare 5 commits »
boolpurist created branch convert_to_workspace in boolpurist/advent_of_code_2023_in_rust 2024-08-30 03:18:37 +02:00
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-30 03:08:10 +02:00
64f87d035e Added TODO
a840565b98 Tidied up day 7
Compare 2 commits »
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-23 12:10:14 +02:00
e3f7039080 Solved part 2 of day 7
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-23 11:30:04 +02:00
480bc48d79 Solved part 2 of day 7 partially
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-23 09:24:26 +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
Compare 3 commits »
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-18 15:04:02 +02:00
98633ea9df Solved day 6
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-18 02:15:41 +02:00
9a10cf7c47 Solved second part of day 5
4c093353cf Restarted day 5
79b55bd23a Solved 1 task for day 5
Compare 3 commits »
boolpurist pushed to main at boolpurist/advent_of_code_2023_in_rust 2024-08-16 16:41:20 +02:00
cb7e8465a2 Implemented input as direct value or as file input
0bc8636003 Implemented cli framework advent of code puzzels
boolpurist created branch main in boolpurist/advent_of_code_2023_in_rust 2024-08-16 16:41:20 +02:00
boolpurist created repository boolpurist/advent_of_code_2023_in_rust 2024-08-16 16:36:39 +02:00
boolpurist pushed to main at boolpurist/jump_game_challenge_solution 2024-08-06 14:29:57 +02:00
a50f956cfb Added current best under leet code
4def379400 Cut out not needed intial if statement and reduced space usage
Compare 2 commits »
boolpurist pushed to main at boolpurist/jump_game_challenge_solution 2024-08-06 13:34:03 +02:00
36ecf4affa Improved runtime by about 45 ms for leetcode submission