Live coding following TDD with PHPSpec for the Day 2 part 1 Advent of Code challenge for 2017 - Corruption Checksum
http://adventofcode.com/2017/day/2
Repo is here: https://github.com/dstockto/advent201...
Step By step: https://github.com/dstockto/advent201...
For this challenge, we need to calculate the checksum of a spreadsheet. This is done by determining the highest and lowest values in each row and finding the difference and then summing all the differences.