https://github.com/robeecodes/advent-of-code-2024
https://github.com/robeecodes/advent-of-code-2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robeecodes/advent-of-code-2024
- Owner: robeecodes
- Created: 2024-12-05T10:55:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T21:26:53.000Z (over 1 year ago)
- Last Synced: 2025-02-05T14:41:04.441Z (over 1 year ago)
- Language: C#
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)