Advent of Code day 3
Today we have an array navigation problem.
Part 1
I start with my boiler plate functions, then set up the structure for this problem and name my variables -- ‘map’ is a protected word, of course, so I use ‘trees’. Naming variables can sometimes be d...
pyetc.hashnode.dev4 min read