Skip to content

eariassoto/advent-of-code-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This project contains my C++ solutions for the 2022 Advent of Code.

Building

This project requires:

  • A C++17 compatible compiler.
  • CMake 3.12+.
  • fmtlib (fetched by CMake).
  • re2 (fetched by CMake).

Build as any other CMake project. I recommend https://cliutils.gitlab.io/modern-cmake/ as a good reference to work with CMake projects. Generally, this should be enough to build the project:

$> # Clone the repository
$> # cd /path/to/repo
$> cmake -S . -B build

Executable targets will be generated for each day.

Progress

  • ✔️ Day 1 ⭐ ⭐
  • ✔️ Day 2 ⭐ ⭐
  • ✔️ Day 3 ⭐ ⭐
  • ✔️ Day 4 ⭐ ⭐
  • ✔️ Day 5 ⭐ ⭐
  • ✔️ Day 6 ⭐ ⭐
  • ✔️ Day 7 ⭐ ⭐
  • ✔️ Day 8 ⭐ ⭐
  • ✔️ Day 9 ⭐ ⭐
  • ✔️ Day 10 ⭐ ⭐
  • ✔️ Day 11 ⭐ ⭐
  • 🔲 Day 12
  • ✔️ Day 12 ⭐ ⭐
  • 🔲 Day 14
  • 🔲 Day 15
  • 🔲 Day 16
  • 🔲 Day 17
  • 🔲 Day 18
  • 🔲 Day 19
  • 🔲 Day 20
  • 🔲 Day 21
  • 🔲 Day 22
  • 🔲 Day 23
  • 🔲 Day 24
  • 🔲 Day 25

About

My C++ solutions for the 2022 Advent of Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published