Skip to content

Solutions for advent of code challenges

Notifications You must be signed in to change notification settings

nikolay-pv/advent-of-code-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my solutions of the advent of code challenges.

Every solution is written in modern C++ and compiled with support for C++17. Every solution for parts of a task have a tag, which should be handy to quickly obtain the solution. Currently, the idea is to keep all challenges in corresponding yearly marked folders.

If you interested in Swift solutions, visit my other repo: nikolay-pv/advent-of-code-swift.

GoogleTests is used for testing.