Commit graph

112 commits

Author SHA1 Message Date
Burnus
96c2c093fe Added Solution for 2023 day 13 2023-12-13 16:26:42 +01:00
Burnus
65e62e0051 Added Solution for 2023 day 12 2023-12-13 15:40:06 +01:00
Burnus
2a29800661 Added Solution for 2023 day 11 2023-12-11 15:44:13 +01:00
Burnus
52c6637f80 Performance Improvements and updated challenge.txt for 2023 day 10 2023-12-10 16:39:41 +01:00
Burnus
5e609eebf1 Fixed automation to include benchmarking 2023-12-10 10:55:06 +01:00
Burnus
f8fc7b4676 Added Solution for 2023 day 10 2023-12-10 10:54:07 +01:00
Burnus
dc7e64a42c Added Solution for 2023 day 09
Added Solution for 2023 day 09
2023-12-09 07:58:04 +01:00
Burnus
c4ac5027b1 Added Benchmarking and removed debug printing from 2023 day 08 2023-12-08 17:49:29 +01:00
Burnus
46f6de603b Added Solution for 2023 day 08 2023-12-08 13:08:12 +01:00
Burnus
0b0f34a82f Added Solution for 2023 day 07 2023-12-07 16:02:45 +01:00
Burnus
6f5a1cf606 Added Solution for 2023 day 06 2023-12-06 19:31:05 +01:00
Burnus
57ac52e303 Added Solution for 2023 day 05 2023-12-05 17:30:49 +01:00
Burnus
e7fdab68f4 Performance Improvements for 2023 day 04 2023-12-04 17:45:22 +01:00
Burnus
c6aeb39b9b Added Solution for 2023 day 04 2023-12-04 16:05:23 +01:00
Burnus
7f5d8635cc Bugfix for 2023 day 03: Handle number in very last position correctly 2023-12-03 22:37:53 +01:00
Burnus
e0f463a14a Added Solution for 2023 day 03 2023-12-03 11:27:29 +01:00
Burnus
97f19db48d Added Solution for 2023 day 02 2023-12-02 07:58:35 +01:00
Burnus
6064f7d71b Ammended Challenge for 2023 day 01 2023-12-01 12:51:11 +01:00
Burnus
8352f52039 Added 2023 2023-12-01 12:47:33 +01:00
Burnus
a64def6dd9 Added Solution for 2023 day 01 2023-12-01 12:46:41 +01:00
Burnus
bdec8d21fe Cleanup for 2022 days 22 through 25: Turned into a lib and introduced parse errors 2023-05-16 17:31:10 +02:00
Burnus
fcb2fed515 Cleanup for 2022 days 11 through 21: Turned into a lib and introduced parse errors 2023-05-15 18:07:16 +02:00
Burnus
c7852c9791 Cleanup in 2022 day 10: Replaced for loop in get_rendering() with iterator 2023-05-14 23:01:36 +02:00
Burnus
39d001b6be Cleanup for 2022 day 11: Turned into a lib and introduced parse errors 2023-05-14 16:12:32 +02:00
Burnus
68802e6959 Cleanup for 2022 day 10: Turned into a lib and introduced parse errors 2023-05-14 14:38:05 +02:00
Burnus
6e1656f7ee Cleanup for 2022 day 9: Turned into a lib and introduced parse errors 2023-05-14 14:18:15 +02:00
Burnus
c030374ccf Cleanup for 2022 day 8: Turned into a lib and introduced parse errors 2023-05-14 14:03:55 +02:00
Burnus
d3d1566086 Cleanup for 2022 day 7: Turned into a lib and introduced parse errors 2023-05-14 13:52:47 +02:00
Burnus
c61f28a057 Cleanup for 2022 day 6: Turned into a lib and introduced Options instead of panicing 2023-05-14 13:33:59 +02:00
Burnus
040ef7c2fe Cleanup for 2022 day 5: Turned into a lib and introduced parse errors 2023-05-12 21:39:33 +02:00
Burnus
6d4f7e9074 Cleanup for 2022 day 4: Turned into a lib and introduced parse errors 2023-05-12 21:11:07 +02:00
Burnus
cc5d08c90d Cleanup for 2022 day 3: Turned into a lib and introduced parse errors 2023-05-12 20:53:04 +02:00
Burnus
14918f6f5c Cleanup for 2022 day 2: Turned into a lib and introduced parse errors 2023-05-12 19:49:48 +02:00
Burnus
7a90ec700d Cleanup for 2022 day 1: Turned into a lib and introduced parse errors instead of silently defaulting to 0 2023-05-12 16:29:54 +02:00
Burnus
8a8085b8b5 Improved Logic for 2021 day 24 (apply bounds to individual digits instead of looping through integers until we find a suitable one) 2023-05-12 16:06:19 +02:00
Burnus
68c74b45b0 Fixed Logic for 2021 day 24 (Used to find min/max Serial Number based on the least significant digits instead of most; this did produce the right answers, but that was probably a coincidence) 2023-05-12 12:44:16 +02:00
Burnus
954b6703f6 Added Solution for 2021 day 25 2023-05-11 20:53:39 +02:00
Burnus
4571a92337 Added Solution for 2021 day 24 2023-05-10 20:21:41 +02:00
Burnus
62fac164a8 Added Solution for 2021 day 23 2023-05-09 17:56:16 +02:00
Burnus
d489758a56 Added Solution for 2021 day 22 2023-05-08 16:25:06 +02:00
Burnus
4d4fd2de5a Added Solution for 2021 day 21 2023-05-05 14:42:10 +02:00
Burnus
912bb4b2d9 Added Solution for 2021 day 20 2023-05-05 13:28:19 +02:00
Burnus
90a1203fda Added Solution for 2021 day 19 2023-05-03 18:01:53 +02:00
Burnus
a89f7ded79 Added Solution for 2021 day 18 2023-05-02 20:28:31 +02:00
Burnus
1b5424b94f Added Solution for 2021 day 17 2023-04-28 14:50:13 +02:00
Burnus
cda358ee23 Added Solution for 2021 day 16 2023-04-27 16:05:50 +02:00
Burnus
b9d666f5c7 Added Solution for 2021 day 15 2023-04-26 21:45:06 +02:00
Burnus
5e1a756b34 Added Solution for 2021 day 14 2023-04-25 16:17:56 +02:00
Burnus
67a9e89e84 Added Solution for 2021 day 13 2023-04-25 15:57:14 +02:00
Burnus
317f9b5be0 Added Solution for 2021 day 12 2023-04-24 22:15:40 +02:00