Commit Graph

55 Commits (539cf753d04b5f07fedc854b860eb7581c97fd65)

Author SHA1 Message Date
magical 539cf753d0 day 16 cleanup
switch to globals (passing array names around is ugly).
(maybe look into dicts sometime?)

also, properly detect width/height from the input
instead of hardcoding it
2023-12-17 06:24:26 +00:00
magical c592761d00 day 15 use dicts
tcl's dict type is exactly what we need for this problem:
an order-preserving de-duplicated list of key-value pairs.
2023-12-16 06:57:12 +00:00
magical 94bf752568 day 16 part 2 2023-12-16 06:02:16 +00:00
magical b14209ff39 day 16 part 1 2023-12-16 05:43:57 +00:00
magical f638ffbff7 day 15 solution 2023-12-15 06:11:06 +00:00
magical 5ad3c05219 day 14 part 2 2023-12-14 09:46:06 +00:00
magical cf548cb740 day 14 part 1 2023-12-14 09:45:13 +00:00
magical 632022d073 add more helpers
llen and slen to get the length of a list or string.
trim, replace and splitstr for common string operations.
2023-12-13 07:13:37 +00:00
magical b99ad03de5 day 13 part 2 2023-12-13 06:04:18 +00:00
magical 918d64f258 day 13 part 1 2023-12-13 05:44:49 +00:00
magical c55423d6f3 day 12 cleanup 2023-12-12 09:41:08 +00:00
magical 99405e2ad0 day 12 solution 2023-12-12 09:27:06 +00:00
magical e8a6d55fa8 day 11 part 2 2023-12-12 04:56:27 +00:00
magical b7062a7801 day 11 part 1 2023-12-11 05:31:14 +00:00
magical 55158903e6 day 10 much faster fill with numpy 2023-12-10 07:39:06 +00:00
magical 3b5b9f3839 day 10 more efficient fill
i also tried getting rid of the 'next' dict and just keeping track of a
boolean of whether we changed anything on each pass, but that made it
slower somehow. cache effects i guess?
2023-12-10 07:03:54 +00:00
magical 3ba6804013 day 10 cleanup, make fill slighly more efficient 2023-12-10 06:43:32 +00:00
magical c111075e16 day 10 part 2 2023-12-10 06:30:14 +00:00
magical a395a39fac day 10 part 1 2023-12-10 05:35:54 +00:00
magical 395ad666c8 fix lmul 2023-12-09 07:16:10 +00:00
magical 484c0744fb add a note 2023-12-09 07:15:58 +00:00
magical 99621f071a day 9 solution 2023-12-09 05:27:36 +00:00
magical 1c770538b7 day 8 part 2 solution 2023-12-08 06:55:04 +00:00
magical 792c9b5e23 day 8 part 2 slow solution 2023-12-08 05:43:15 +00:00
magical 5c257a3030 day 8 part 1 2023-12-08 05:19:09 +00:00
magical a3d768bdb5 the hand speaks 2023-12-08 03:35:54 +00:00
magical 16bf45bcbf day 5 tcl solution 2023-12-07 18:40:44 -08:00
magical dfa1fc0ed5 move {#} to prelude.tcl 2023-12-07 21:59:35 +00:00
magical 04f091e4a7 chmod +x 2023-12-07 07:39:20 +00:00
magical ba438b7b05 day 7 more cleanup
we don't need to know the card identities when determining hand-type,
just the counts
2023-12-07 07:37:07 +00:00
magical 8081b6f1fa day 7 cleanup
borrow an idea from elly's solution: we don't need separate copies of
each function in order to treat jokers differently, we can just replace
the Js with a different letter
2023-12-07 07:34:17 +00:00
magical bea122a661 trim 2023-12-07 07:08:20 +00:00
magical a0d4b47e16 day 7 part 2 2023-12-07 07:08:20 +00:00
magical d4485070f4 day 7 part 1 2023-12-07 07:08:20 +00:00
magical f58ed8eb97 day 4 tcl solution 2023-12-06 23:04:25 -08:00
magical 0fb7b77afe day 2 tcl solution 2023-12-06 23:04:25 -08:00
magical f1e2dc0d24 slightly more idiomatic tcl?
lmul is a more idiomatic name than product.
using join+eval is probably slower than foreach but the lists are small
so i don't care.
2023-12-06 07:06:20 +00:00
magical 905dee030f day 6 tcl solution 2023-12-06 06:52:26 +00:00
magical ed146f7fe1 day 6 fancy solution + cleanup 2023-12-06 06:20:12 +00:00
magical b480088127 day 6 solution 2023-12-06 05:11:23 +00:00
magical cfdab32f3f day 1 part 2 tcl solution 2023-12-06 03:40:44 +00:00
magical 172a8a9d87 day 5 cleanup 2023-12-05 06:19:05 +00:00
magical 94277435d2 day 5 part 2 2023-12-05 05:50:21 +00:00
magical a8e51e3af1 day 5 part 1 2023-12-05 05:23:18 +00:00
magical 1ee568b507 day 4 part 2 2023-12-04 08:34:33 +00:00
magical 33171e5512 day 4 part 1 2023-12-04 08:34:19 +00:00
magical 6c0f46fd2b day 3 slight simplification 2023-12-04 01:31:35 +00:00
magical 46ba7f1593 day 3 solutions 2023-12-03 18:52:51 +00:00
magical 83e3c497c7 day 3 inputs 2023-12-03 05:02:09 +00:00
magical 771e4ec0c4 day 2 part 2 2023-12-03 05:01:39 +00:00