mdrayer.github.io

Day 14: Extended Polymerization

See problem at adventofcode.com.

Part One: After 10 steps, What do you get if you take the quantity of the most common element and subtract the quantity of the least common element?

The result is XXXXX.

Part Two: After 40 steps, what do you get if you take the quantity of the most common element and subtract the quantity of the least common element?

The result is XXXXXXXXXXXXXXXXX.

View the code.

← Back