@Th3Ph4nt0m's solutions in C++ to AdventOfCode 2022
adventofcode.com »
Report Bug/Mistake
Table of Contents
This repository contains my solutions in C++ for the Advent of Code 2022.
Each subfolder of this repository is its own independent project. Open it with an editor of your choice. I recommend CLion though.
Week | Puzzle | Parts |
---|---|---|
1 | 1 | Part 1: ❌ |
1 | 2 | Part 1: ❌ |
1 | 3 | Part 1: ❌ |
1 | 4 | Part 1: ❌ |
1 | 5 | Part 1: ❌ |
1 | 6 | Part 1: ❌ |
1 | 7 | Part 1: ❌ |
2 | 8 | Part 1: ❌ |
2 | 9 | Part 1: ❌ |
2 | 10 | Part 1: ❌ |
2 | 11 | Part 1: ❌ |
2 | 12 | Part 1: ❌ |
2 | 13 | Part 1: ❌ |
2 | 14 | Part 1: ❌ |
3 | 15 | Part 1: ❌ |
3 | 16 | Part 1: ❌ |
3 | 17 | Part 1: ❌ |
3 | 18 | Part 1: ❌ |
3 | 19 | Part 1: ❌ |
3 | 20 | Part 1: ❌ |
3 | 21 | Part 1: ❌ |
4 | 22 | Part 1: ❌ |
4 | 23 | Part 1: ❌ |
4 | 24 | Part 1: ❌ |
4 | 25 | Part 1: ❌ |
Contributions to this repository are not possible as it represents my own solutions to the puzzles. If you find a mistake or have a suggestion, please open an issue.
Distributed under the MIT License. See LICENSE.txt
for more information.
Henrik Steffen - @th3ph4nt0m_dev - [email protected]
Project Link: https://github.com/Th3Ph4nt0m/AdventOfCode2022