Aaron's Page

This is where I post about what I'm working on.

--- Day 20: Trench Map ---

or..

We're going to need a bigger map...

one art please

Part 1

Python

I thought I had this one in the bag. Create your lookaround function, pad the whole data set with 2 rows/columns of "." and Bob's your uncle: solved.

NOPE.

I ended up padding my data with 200 rows/columns of blanks then trimming off 50 rows/columns from each side to get my final "masterpiece".

Go

Still catching up

Part 2

Python

My solution from P1 just expanded the border space from P1, which still worked for P1. Really, not a difficult challenge if you were willing to look at your printed output to see what was happening.

Go

We'll see.

<< - Table of Contents - >>