Commit graph

7 commits

Author SHA1 Message Date
09ee6c41cc Fix project structure, fix broken 2023 day 19 pt 1 2024-03-26 17:54:04 -04:00
15de5e8283 Organize code, remove problematic files 2024-03-25 21:36:51 -04:00
c9d74589d9 mix format 2023-12-11 23:52:43 -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