#adventofcode2017
Read more stories on Hashnode
Articles with this tag
Multimaps and recursion, oh my · Day 12 of the 2017 Advent of Code was a fun one. In it, we're given a series of 'programs' that are connected to one...
Iterators? You got that right. · Iterators. They're confusing. They're (sorta) pointers. They're mostly pointers. But they're not quite normal pointers....
Simplest interpreter ever? · Advent of Code 2017 Day 5 is a fun little diversion. Basically, we have the world's simplest assembly code: each line has a...
Turtles all the way down. I won't be sharing all the code I used to solve day 3, but there's a 'new' form of memory that writes in a spiral, using...
Nested FOR loops... gross or practical? You decide! (Spoiler alert they're both) https://adventofcode.com/2017/day/2 For part 1 of this challenge, I...
/H2 I spent the summer taking an intense course in IBM HLASM, letting my C++/Javascript fall by the wayside. That's what I was staring at/working...