Skip to content

Mereep/advent_of_code_2022_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Yearly christmas-themed programming puzzles. Each puzzle has a input file (data) and two tasks acting on this data. See the authors website Advent of Code for more information.

Hint: This is just for personal fun, please don't expect any quality code here: I do never write C++ otherwise.

Run

You likely need cmake to run. I am using PyCharm IDE which just builds it and compiles as is. You can try run /run.sh if you are on Mac or Linux. No guarantees it will work. Needs C++11 or higher.

Folder structure

  • ./data: Contains the input data for the puzzles for each day.
  • ./utils: Contains some utility functions (e.g, reading input data).
  • ./days: includes a class for each day having 2 functions: part1 and part2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages