mdrayer.github.io

Day 1: Sonar Sweep

See problem at adventofcode.com.

Part One: How many measurements are larger than the previous measurement?

There were XXXXX larger measurements. Additionally, there were 0 equal measurements and 397 smaller measurements.

Part Two: How many sums are larger than the previous sum?

There were XXXXX larger sums. Additionally, there were 36 equal sums and 328 smaller sums.

View the code.

← Back