https://github.com/mathisburger/aoc2024
My advent of code solutions for 2024
https://github.com/mathisburger/aoc2024
Last synced: 12 months ago
JSON representation
My advent of code solutions for 2024
- Host: GitHub
- URL: https://github.com/mathisburger/aoc2024
- Owner: MathisBurger
- Created: 2024-12-01T11:51:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T10:31:43.000Z (over 1 year ago)
- Last Synced: 2025-07-07T08:03:26.308Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
These are my solutions for advent of code 2024. My main focus this year was to just finish the assignments as quick as possible due to
lack of personal time. Therefore, the code might be really crappy this year. So please be patient when looking at it.
Furthermore, some of the code might be quite ineffcient or not the best fitting solution for a problem.
To be honest I also got some inspiration for some problems, because this year I had as I mentioned earlier, not that much time for AoC.
Therefore, I just started to look into reddit, etc. if I am more than 3 hours into an challange.
Maybe I will do better in future, but not now ;=)