This repository contains my solutions to the Advent of Code 2020 challenges.
Advent of Code is an annual event that consists of 25 daily coding challenges released in December leading up to Christmas. The challenges cover a variety of topics and difficulty levels, and are a great way to practice and improve your coding skills.
The 2020 challenges on Advent of Code were particularly challenging and covered a wide range of topics including algorithms, data structures, cryptography, and more. Some of the challenges were quite difficult and required some creative problem-solving skills to solve.
The repository is structured into different directories, each corresponding to a specific day of the Advent of Code 2020 challenges. Within each directory, you will find:
- A
README.md
file with the instructions for the challenge. - A
.cs
file containing my solution to the challenge.
If you are working on the Advent of Code 2020 challenges, you can use this repository as a reference for your solutions. You can compare your solutions to mine to see if there are any differences in your approach. You can also use this repository to learn new techniques and approaches to solving the challenges.