Part 1 Problem: Calculate the surface area of a list of boxes, including slack (the area of the smallest side). Solution: Read in each line of the input file and…
Part 1 Problem: Starting at zero, move up one floor for every '(' and down one floor for every ')'. Solution: Read in the input one character at a time…