This repository contains solutions to each of the problems in Advent of Code 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in C++ (and 2020 in Python as well)
-
Updated
Sep 7, 2024 - C++
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
This repository contains solutions to each of the problems in Advent of Code 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in C++ (and 2020 in Python as well)
🎄 Advent of Code (2021-2023) in C++
My answer to the adventofcode challenge, mainly in sql (PostreSQL flavour): https://adventofcode.com
My solutions for different programming problems
Advent of Code 2021 C++ solutions
My solutions to Advent of Code in C++
Advent of Code 2022 challenge solutions written with C++20
In this repository my solutions to the advent of code puzzels will be posted.
Solutions in Rust 🦀 and C++ ⚙️ for problems of different Competitive Programming platforms
My solutions for AoC 2017. Not competing on the leaderboards (i.e. my focus is not on finishing solutions as quickly as possible). I just use this as an opportunity to write some (modern) C++ again.
Advent of Code 2021 - https://adventofcode.com
Using C++17
My solutions for the Advent of Code 2022 puzzles, implemented in C++.
C++ this year.
(Most probably late) C++ solves for the AoC 2018.
Solutions to Advent of Code, 2019