1
0
Commit Graph

80 Commits

Author SHA1 Message Date
455d17f0a6 day 18 part 2 python 2024-12-20 23:47:24 +01:00
a765ed1965 day 18 part 1 python 2024-12-20 23:31:24 +01:00
b4aaa7857f day 19 part 2 2024-12-19 20:07:39 +01:00
ee224046a6 day 19 part 1 2024-12-19 19:58:55 +01:00
0c3ebf803f day 17 part 2 2024-12-18 17:57:49 +01:00
878104d5f3 day 17 part 1 2024-12-17 19:01:15 +01:00
1469d51ba7 day 16 part 2 speedup x2 2024-12-16 21:25:30 +01:00
fbc80cac85 day 16 part 2 2024-12-16 12:47:16 +01:00
fd3629acfd day 16 part 1
day 16 part 1
2024-12-16 12:32:59 +01:00
d2986b0134 day 6 part 2 1.5 times faster 2024-12-15 22:39:32 +01:00
d938e3a57c day 14 part 2 removed hashset for loop check 2024-12-15 17:30:17 +01:00
e135a6a349 disable day 14 part 2 because it requires manual intervention 2024-12-15 17:22:55 +01:00
c1abd8d8f8 day 15 part 2 2024-12-15 13:21:04 +01:00
24386b750b day 15 part 1 2024-12-15 11:26:29 +01:00
37874ebba9 day 14 make faster
cleanup

cleanup
2024-12-15 11:26:29 +01:00
0fd7b96791 day 9 cleanup 2024-12-14 15:22:25 +01:00
8c63bd2341 day 9 faster 2024-12-14 15:07:51 +01:00
cb41e4db56 disable day 14 part 2 because it requires manual intervention 2024-12-14 13:30:19 +01:00
f273c1719c clippy 2024-12-14 13:29:03 +01:00
267816b70e day 14 part 2 2024-12-14 10:30:17 +01:00
43003def6b day 14 part 1 2024-12-14 08:57:16 +01:00
0d910e8724 day 13 part 2 2024-12-13 15:32:45 +01:00
43bf93773f day 13 part 1 2024-12-13 13:26:52 +01:00
dce8b1d2d5 clippy and cleanup 2024-12-12 18:47:22 +01:00
6621a5a71a day 12 part 2 2024-12-12 18:43:15 +01:00
0d0bcb2b33 day 12 part 1 2024-12-12 08:47:08 +01:00
3f94690477 day 11 a bit faster 2024-12-11 21:12:37 +01:00
3cab145b01 day 11 2024-12-11 20:03:06 +01:00
6946298ed7 added script for new day 2024-12-10 20:53:31 +01:00
934dc5cb7f added mapping to grid 2024-12-10 19:19:04 +01:00
ba78690ba4 fixed grid boundary checks 2024-12-10 19:06:07 +01:00
cef02c1f73 day 10 part 2 2024-12-10 06:53:04 +01:00
0b6f6fd3ec day 10 part 1 2024-12-10 06:46:53 +01:00
1f4461a846 day 9 part 2 2024-12-09 21:28:02 +01:00
23b0aa1ff5 day 9 part 1 2024-12-09 08:31:50 +01:00
b987f56e5d fixed day 7 concat operator where rhs is 10^x 2024-12-08 18:12:12 +01:00
d1f49d204f day 8 part 2 2024-12-08 07:58:02 +01:00
a0c558032b day 8 part 1 2024-12-08 07:50:33 +01:00
19c60b98db day 7 speedup 2024-12-07 08:07:26 +01:00
af98c60972 day 7 cleanup 2024-12-07 07:23:00 +01:00
38e2a96a7a day 7 part 2 2024-12-07 07:18:33 +01:00
226a1fde49 day 7 part 1 2024-12-07 06:50:13 +01:00
2392539b6e option part for grid 2024-12-06 17:22:57 +01:00
345b29278f extended the grid with parsing from string and added position iterator 2024-12-06 16:09:20 +01:00
2d3443907d made coordinate public 2024-12-06 15:36:07 +01:00
2636f4a6c8 added grid utility and used it to speed up day 6 2024-12-06 15:33:57 +01:00
476f34e2b4 day 6 part 2 perf 2024-12-06 07:32:13 +01:00
9c5d12c6b0 day 6 part 2 performance 2024-12-06 07:19:24 +01:00
8157a9bf7e clippy 2024-12-06 06:36:58 +01:00
53854a13f4 day 6 part 2 2024-12-06 06:30:02 +01:00