https://github.com/casualbot/adventofcode-2024
Repo for all things advent of code
https://github.com/casualbot/adventofcode-2024
adventofcode2024 cpp typescript
Last synced: 9 months ago
JSON representation
Repo for all things advent of code
- Host: GitHub
- URL: https://github.com/casualbot/adventofcode-2024
- Owner: CasualBot
- Created: 2024-12-03T16:53:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T03:16:40.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:46:04.978Z (12 months ago)
- Topics: adventofcode2024, cpp, typescript
- Language: C++
- Homepage:
- Size: 19.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
The Chief Historian is always present for the big Christmas sleigh launch, but nobody has seen him in months! Last anyone heard, he was visiting locations that are historically significant to the North Pole; a group of Senior Historians has asked you to accompany them as they check the places they think he was most likely to visit.
As each location is checked, they will mark it on their list with a _star_. They figure the Chief Historian **must** be in one of the first fifty places they'll look, so in order to save Christmas, you need to help them get fifty stars on their list before Santa takes off on December 25th.
Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!
## Architecture
- `/problem/` for all problems and their data sets
- `/src` all code lives here
- `/src/typescript` all typescript solutions live here
- `/src/cpp` all C++ solutions live here