https://github.com/zrei/aoc24
Solutions for advent of code 2024.
https://github.com/zrei/aoc24
aoc cpp
Last synced: over 1 year ago
JSON representation
Solutions for advent of code 2024.
- Host: GitHub
- URL: https://github.com/zrei/aoc24
- Owner: zrei
- Created: 2024-12-03T08:13:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T08:18:44.000Z (over 1 year ago)
- Last Synced: 2025-02-09T06:32:34.290Z (over 1 year ago)
- Topics: aoc, cpp
- Language: C++
- Homepage:
- Size: 59.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, done in C++.
File reading was handled centrally by `fileRead.cpp` which returned all lines in the file as a vector of strings. The individual days were then responsible for parsing the input.
Day 12 onwards was done overseas in New Zealand so most of those days were delayed. The flight back home was on Christmas as well so day 25 was majorly delayed.
I needed hints from Reddit for 6 part 2s, which was a vast improvement over last year. Wonder if I got smarter or if it's just the lack of graph problems (lol).