Subject: Day 17
Author:
Posted on: 2017-12-17 15:46:00 UTC

I still haven't finished day 16, but day 17 was easy!

I took the incredibly naive approach in Lisp. Worked pretty well. It took a minute or two to run, though, and I exhausted the heap and crashed my code on the first runthrough. I had to expand the heap, or it wouldn't work. Come on SBCL, I'm only consing up a 50 million element circular list! :-P

...And I mistakenly named my post "Day 19". https://pastebin.com/mvHvquN5

Reply Return to messages