Skip to content

AlasdairWJ/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My AoC Solutions

Hello!

All solutions are written in c++, and make liberal use of modern c++20 language and library features - I use these problems as a test bed for modern standards.

--

Solutions are designed to take input from file redirection, for example, to run 2021a:

aoc2021_01a < aoc2021_01a_input.txt

Both example (test) data and my inputs are provided, all solutions should be able to run both \*_test.txt data and \*_input.txt.

About

My AoC Solutions (c++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages