Commit graph

4 commits

Author SHA1 Message Date
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