https://github.com/codemonkey-uk/aoc-2024
Advent of Code solutions for 2024
https://github.com/codemonkey-uk/aoc-2024
Last synced: 23 days ago
JSON representation
Advent of Code solutions for 2024
- Host: GitHub
- URL: https://github.com/codemonkey-uk/aoc-2024
- Owner: codemonkey-uk
- License: mit
- Created: 2024-12-20T14:37:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T09:49:49.000Z (over 1 year ago)
- Last Synced: 2025-01-02T10:36:46.384Z (over 1 year ago)
- Language: C++
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2024
Advent Of Code 2024 (Solutions, C++)
Problems: [text](https://adventofcode.com/2024)
## About
This depot contains my solutions to the 2024 puzzles, as written. I started late this year, Friday 13th, and didn't find time to do it every day. This code doest not include solutions for every problem. It does not earn 50-stars.
It is NOT an example of best practice, or ideal solutions.
This depot is just me, getting it done in C++ as quick as I could.
There has been is no follow-up refactoring, or tidy up, aside this last README edit.
The C++ used is C++17 and contains no 3rd party code or SDKs.
It does contain copies of graph (A*) and Geometry/math code I'd written for other projects already on github.
If you have any questions, please feel free to get in touch.
https://mastodon.gamedev.place/@codemonkey_uk
## aoc-2023
I did not participate in Advent of Code in 2023.
## aoc-2022
I used Unreal Engine in 2022, using a mixture of Blueprint and C++. The code is not on github, but I blogged about it here:
| Day | Blog Post Link |
|-----|----------------|
| 25 | [Merry Xmas - Day 25 of Advent of Code in Unreal Engine](https://blog.frogley.info/2022/12/25/merry-xmas-day-25-of-advent-of-code-in-unreal-engine/) |
| 24 | - |
| 23 | - |
| 22 | [Advent of Code in Unreal Engine - Day 22](https://blog.frogley.info/2022/12/23/advent-of-code-in-unreal-engine-day-22/) |
| 21 | [Advent of Code in Unreal Engine - Day 21](https://blog.frogley.info/2022/12/21/advent-of-code-in-unreal-engine-day-21/) |
| 20 | [Advent of Code in Unreal - Day 20](https://blog.frogley.info/2022/12/20/advent-of-code-in-unreal-day-20/) |
| 19 | [Advent of Code in Unreal Engine - Day 19](https://blog.frogley.info/2022/12/19/advent-of-code-in-unreal-engine-day-19/) |
| 18 | [Advent of Code in Unreal Engine - Day 18](https://blog.frogley.info/2022/12/18/advent-of-code-in-unreal-engine-day-18/) |
| 17 | - |
| 16 | [Advent of Code in Unreal Engine - Day 16](https://blog.frogley.info/2022/12/17/advent-of-code-in-unreal-engine-day-16/) |
| 15 | [Advent of Code in Unreal - Day 15](https://blog.frogley.info/2022/12/16/advent-of-code-in-unreal-day-15/) |
| 14 | [Advent of Code in Unreal - Day 14](https://blog.frogley.info/2022/12/15/advent-of-code-in-unreal-day-14/) |
| 13 | [Advent of Code in Unreal - Day 13](https://blog.frogley.info/2022/12/14/advent-of-code-in-unreal-day-13/) |
| 12 | [Advent of Code in Unreal - Day 12](https://blog.frogley.info/2022/12/13/advent-of-code-in-unreal-day-12/) |
| 11 | [Advent of Code in Unreal Engine - Day 11](https://blog.frogley.info/2022/12/12/advent-of-code-in-unreal-engine-day-11/) |
| 10 | [Advent of Code in Unreal Engine - Day 10](https://blog.frogley.info/2022/12/11/advent-of-code-in-unreal-engine-day-10/) |
| 09 | [Advent of Code in Unreal Engine - Day 9](https://blog.frogley.info/2022/12/10/advent-of-code-in-unreal-engine-day-9/) |
| 08 | [Advent of Code in Unreal Engine - Day 8](https://blog.frogley.info/2022/12/10/advent-of-code-in-unreal-engine-day-8/) |
| 07 | [Advent of Code in Unreal Engine - Day 7](https://blog.frogley.info/2022/12/07/advent-of-code-in-unreal-engine-day-7/) |
| 06 | [Advent of Code in Unreal Engine - Day 6](https://blog.frogley.info/2022/12/06/advent-of-code-in-unreal-engine-day-6/) |
| 05 | [Advent of Code in Unreal Engine - Day 5](https://blog.frogley.info/2022/12/05/advent-of-code-in-unreal-engine-day-5/) |
| 04 | [Advent of Code in Unreal Engine - Day 4](https://blog.frogley.info/2022/12/04/advent-of-code-in-unreal-engine-day-4/) |
| 03 | [Advent of Code in Unreal Engine - Day 3](https://blog.frogley.info/2022/12/03/advent-of-code-in-unreal-engine-day-3/) |
| 02 | [Advent of Code in Unreal Engine - Day 2](https://blog.frogley.info/2022/12/02/advent-of-code-in-unreal-engine-day-2/) |
| 01 | [Advent of Code in Unreal Engine - Day 1](https://blog.frogley.info/2022/12/01/advent-of-code-in-unreal-engine-day-1/) |
## aoc-2021
Solutions here: https://github.com/codemonkey-uk/aoc-2021
Can also be found in this depot using git tag aoc-2024 or
https://github.com/codemonkey-uk/aoc-2024/tree/aoc2021