/AdventOfCode

Solutions for the AdventOfCode puzzle challenges

Primary LanguageC#

AdventOfCode

This repository contains mine solutions for the AdventOfCode puzzle challenges.

Years 2015 to 2017 are written in C# and is organized with into one solution per year. Each solution lives in a dedicated subfolder. For 2018 F# and Python was used instead. 2019 as well as 2020 is all Python.

Status

The following is a listing of progress done for each year.

Year Status Link
2015 Done! folder for 2015
2016 Done folder for 2016
2017 Done folder for 2017
2018 In progress folder for 2018
2019 In progress folder for 2019
2020 In progress folder for 2012
2021 Not started folder for 2021

Hugh thanks to Eric Wastl for creating AdventOfCode