The recursion is not too bad as the Grid is typica...
# advent-of-code
a
The recursion is not too bad as the Grid is typically accessed in increasing order of x & y so that the previous elements are already populated.