Skip to content

Wave39/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code Solution Machine

This Mac OS command line application provides solutions to the puzzles on the Advent Of Code web site. You will need to be running a newer version of Xcode with Swift 5.0 in order to use this project.

I have chosen to try and tackle these exercises in Swift mostly as a way to continue to learn and get more proficient with Swift.

When you run these command line tool applications, make sure to show the Debug area (Command-Shift-Y) to enter in which day of the challenge you want to solve, and to see the print output from the Swift code.

Also, keep in mind that the tests all have the puzzle input and solutions for my user ID. If you change the puzzle input for your own puzzle input, the tests will most likely fail to work.

Yearly recaps

Here are some links to the README files for the various years, along with my thoughts about the solutions.

2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2017 | 2016 | 2015

Advent of Code link

Here is the link to the Advent Of Code web site, just in case you can't figure it out for yourself or in the event that Google is down:

http://adventofcode.com

Other repository links

And here are some other links to Advent of Code public repositories that may be interesting.

From John Boker: 2022 | 2021 | 2020 | 2019 | 2018 | 2017 | 2016

About

A Swift code repository for solving the problems in the Advent of Code

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages