https://github.com/homocodens/adventofcode_2022_cpp
https://github.com/homocodens/adventofcode_2022_cpp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/homocodens/adventofcode_2022_cpp
- Owner: HomoCodens
- Created: 2022-12-07T17:44:54.000Z (over 3 years ago)
- Default Branch: hand
- Last Pushed: 2022-12-23T15:43:25.000Z (over 3 years ago)
- Last Synced: 2025-05-17T10:06:03.788Z (about 1 year ago)
- Language: C++
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
https://adventofcode.com/2022
In which we revisit our good old friend C++, opt for speed over everything
(resulting in some inarguably bad code) and generally code like it's the 1990s. _Yeehaw!_
## Code runtimes
Day | Time
----|------
1 | 387µs
2 | 160µs
3 | 257µs
4 | 236µs
5 | 563µs
6 | 104µs
7 | 244µs
8 | 10.029ms (well dang...)
9 | 7.699ms
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
**Total** | 19.874ms
## WANTTODOS
* Add command line args
* Make the runner work with days > 9 ;)
* Figure out more wanttodos