rust 🤓🤓🤓🤓 and python when i feel lazy
Go to file
Peter 2ae5cce33d day 14
this is the part where the challenges start to get hard. implementing
the naive solution for part 1 did not take much time. used a hashset
since it's easier than using arrays, but slightly less performant. I
expected the naive solution would not work for part 2 due to the size of
the problem but it still worked, although it did take a few seconds to
finish. the solution i would have used if part 2 took too long would be
to trace some 45* rays from the end points of horizontal beams and
subtract the area inside from the largest sand triangle.
2022-12-14 23:37:58 +08:00
day_1 day 1 part 1 & 2 2022-12-01 14:53:14 +08:00
day_2 day 2 solution 2022-12-03 01:32:50 +08:00
day_3 day 3 2022-12-03 16:50:00 +08:00
day_4 day 4 solutions 2022-12-04 17:34:29 +08:00
day_5 day 5 2022-12-05 16:05:40 +08:00
day_6 day 6 2022-12-06 23:11:05 +08:00
day_7 day 7 Was feeling lazy today and did it in python 💀 2022-12-08 01:46:06 +08:00
day_8 day 8 2022-12-09 00:48:36 +08:00
day_9 day 9 2022-12-10 02:06:38 +08:00
day_10 day 10 2022-12-10 15:42:24 +08:00
day_11 day 11 2022-12-11 20:19:58 +08:00
day_12 day 12 2022-12-13 03:37:48 +08:00
day_13 day 14 (python, lazy) 2022-12-14 00:58:50 +08:00
day_14 day 14 2022-12-14 23:37:58 +08:00
day_15 Initial commit 2022-11-29 17:26:17 +08:00
day_16 Initial commit 2022-11-29 17:26:17 +08:00
day_17 Initial commit 2022-11-29 17:26:17 +08:00
day_18 Initial commit 2022-11-29 17:26:17 +08:00
day_19 Initial commit 2022-11-29 17:26:17 +08:00
day_20 Initial commit 2022-11-29 17:26:17 +08:00
day_21 Initial commit 2022-11-29 17:26:17 +08:00
day_22 Initial commit 2022-11-29 17:26:17 +08:00
day_23 Initial commit 2022-11-29 17:26:17 +08:00
day_24 Initial commit 2022-11-29 17:26:17 +08:00
day_25 Initial commit 2022-11-29 17:26:17 +08:00
.gitignore day 1 part 1 & 2 2022-12-01 14:53:14 +08:00