Commit graph

11 commits

Author SHA1 Message Date
71af749206 day10 2023-12-10 21:09:45 -05:00
d798c72cc3 day9 2023-12-09 01:46:16 -05:00
2c22dc9300 day 9 part 1 2023-12-09 01:12:04 -05:00
bd9170e332 day 8 optimizations
- avoid regex by using pattern matching
- avoid looping through the acc on loop_receive by passing a count arg
- remove the list acc for loop_receive by calculating lcm each time a
  message is received
- convert from search to direct lookup for next instruction
2023-12-08 12:21:58 -05:00
090daaa7a8 return answer in solve, print in run 2023-12-08 11:34:21 -05:00
3cd2b6abe2 separate run from solve day8 2023-12-08 11:25:15 -05:00
3d857d9b37 day 8 2023-12-08 02:00:19 -05:00
23f8a28bbd optimize day7 with cache on hand_type 2023-12-07 10:32:48 -05:00
8c60dd6550 day 7 2023-12-07 03:04:11 -05:00
5a20c55b4c day5 pt 2 optimizations 2023-12-06 15:30:37 -05:00
fda0c5af94 create 2023 dir 2023-12-06 13:52:42 -05:00