An open API service indexing awesome lists of open source software.

https://github.com/robeecodes/advent-of-code-2024


https://github.com/robeecodes/advent-of-code-2024

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2024

[Advent of Code](https://adventofcode.com/2024/about) is a yearly programming challenge which runs in the lead-up to Christmas. You can use any language you like and, for this year, I am using [**C#**](https://learn.microsoft.com/en-us/dotnet/csharp/).

My aims for this year are as follows:

- Improve my problem-solving skills
- Become more familiar with C# (and maybe [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/))
- Explore ways to improve my initial solutions once completed.
- Strike a balance between concise and legible code.

Below, you can find all my solutions for this year 😄

|Solutions| | |
| :----------- | :-------------- | ------------------------- |
|📑 [**Day One**](https://adventofcode.com/2024/day/1)| [Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/01_Historian%20Hysteria/Challenge_One/Challenge_One/Program.cs) |[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/01_Historian%20Hysteria/Challenge_Two/Challenge_Two/Challenge_Two/Program.cs)
|🦌 [**Day Two**](https://adventofcode.com/2024/day/2)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/02_Red-Nosed%20Reports/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/02_Red-Nosed%20Reports/ChallengeTwo/ChallengeTwo/ChallengeTwo/Program.cs)
|🛷 [**Day Three**](https://adventofcode.com/2024/day/3)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/03_Mull%20It%20Over/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/03_Mull%20It%20Over/ChallengeTwo/ChallengeTwo/Program.cs)
|🔍 [**Day Four**](https://adventofcode.com/2024/day/4)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/04_Ceres%20Search/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/04_Ceres%20Search/ChallengeTwo/ChallengeTwo/Program.cs)
|🔁 [**Day Five**](https://adventofcode.com/2024/day/5)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/05_Print%20Queue/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/05_Print%20Queue/ChallengeTwo/ChallengeTwo/Program.cs)
|👮 [**Day Six**](https://adventofcode.com/2024/day/6)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/06_Guard%20Gallivant/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/06_Guard%20Gallivant/ChallengeTwo/ChallengeTwo/Program.cs)
|🎄 [**Day Seven**](https://adventofcode.com/2024/day/7)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/07_Bridge%20Repair/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/07_Bridge%20Repair/ChallengeTwo/ChallengeTwo/Program.cs)
|🍫 [**Day Eight**](https://adventofcode.com/2024/day/8)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/08_Resonant%20Collinearity/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/08_Resonant%20Collinearity/ChallengeTwo/ChallengeTwo/Program.cs)
|💿 [**Day Nine**](https://adventofcode.com/2024/day/9)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/09_Disk%20Fragmenter/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/09_Disk%20Fragmenter/ChallengeTwo/ChallengeTwo/Program.cs)
|🚶 [**Day Ten**](https://adventofcode.com/2024/day/10)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/10_Hoof%20It/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/10_Hoof%20It/ChallengeTwo/ChallengeTwo/Program.cs)