Using this online tool to pre-process input data to a JSON array
Some interesting parsing...
A twist, of course! Also, I ran into too many infinite loops :)
Straightforward, but a bit tedious. Easy to make simple mistakes.
Pretty easy once Part 1 was done.
Straightforward
Had a bug where I was using an array value in place of an index. Oops!
Straightforward, actually got the correct answer on the first try!
Pretty straightforward as well. My simple approach took 1,360 times longer than Part 1 to execute (1.8 sec runtime), which is surprising since it basically repeated Part 1 over 16k times.
Let's count in binary and use bitwise operations!
TODO: still need to code it...
Straightforward, ignoring the usual trivial bugs.
Only a minor tweak needed to Part 1.
Completed.
TODO: need to fix it...
Let's search (depth-first, in this case)! Silly bugs for this one: not marking the final spot as visited and initially forgetting to atoi() my input data.
A small tweak does the trick!
Let's use the modulo operator.
TODO: Currently broken :(
Let's recursively crawl to identify regions!
TODO: description
TODO: description
TODO: description
Pretty simple, though I let the wrapping behavior trip me up initially.
Adding a button to step throught...
Steps: 0TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description
TODO: description