My implementation of Advent of Code 2018 in Swift 4. I'm spending a lot of time on this, but it's fun and cool to get the answer and that gold star, and then iterate and optimize my code and try to use new Swift 4 features, functions, and more, as well as to use Swift Playgrounds more!
To see each day's implementation, check out the rest of the README below or click on AdventOfCode.playground
and then visit the Pages
folder.
Day 1: Chronal Calibration : my code
Day 2: Inventory Management System : my code
Day 3: No Matter How You Slice It : my code
Day 4: Repose Record : my code
Day 5: Alchemical Reduction : my code