/aoc2023-cpp

Advent of Code 2023 - C++

Primary LanguageC++

Advent of Code 2023: C++

This repository contains C++ solutions to 2023's Advent of Code challenges.

Progress

Challenge File - part 1 Timing - part 1 File - part 2 Timing - part 2
Day 1: Trebuchet?! day01a.cpp 19.3 ms day01b.cpp 19.1 ms
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 12
Day 13
Day 14
Day 15
Day 16
Day 17
Day 18
Day 19
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25

Timings are obtained by running the following PowerShell script on a Windows i7 device. They are the median of 100 runs.

Get-Content input.txt | dayXX.exe