Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 375 Bytes

2016 Advent of Code

Day 1: No Time for a Taxicab

Unreasonable struggles with the first problem, part 1 was super easy, part 2 was tough to track the visited locations recursively. I spent way too much time trying to figure it out, eventually wrote it in Python in like 5 minutes and then used that as a guide (even though I didn't use functional programming in Python).