Skip to content

Andrei-Constantin-Programmer/Advent-of-Code

Repository files navigation

Advent of Code

GitHub repo size GitHub License

General information

My solution for Advent of Code, written in C# as a Console Application. There are also some PowerShell scripts to help with automating documentation. No other technologies are used.

Where to find the solutions?

The solutions to each year are in their own folder under Challenge Solutions. Below you can find some useful links to both the Advent of Code years on the website, as well as my solutions:

Year Link to challenges Link to my solutions
2019 Advent of Code 2019 Solutions 2019
2020 Advent of Code 2020 Solutions 2020
2021 Advent of Code 2021 Solutions 2021
2022 Advent of Code 2022 Solutions 2022
2023 Advent of Code 2023 Solutions 2023
2024 Advent of Code 2024 Solutions 2024

Launching the program

Clone the solution
Run the Advent of Code project
You can now interact with the terminal
You will be asked to enter the year and then day for which you want the solution. Enter a value for the year and the day (between 1 and 25), hit enter, and the solution will be shown on the terminal (if it exists).

Link to the Advent of Code

Advent of Code

Special thanks

  • David Barnes, the lecturer at the University of Kent who inspired me to join Advent of Code
  • My mates at both University of Kent and University College London, for motivating me to do better in this challenge
  • Eric Wastl, for creating the Advent of Code

Releases

No releases published

Packages

No packages published