GamesTrap / AoC-2021

My Advent of Code 2021 solutions written in C++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

GitHub code size in bytes GitHub repo size GitHub issues GitHub pull requests GitHub

Information

This repository contains my solutions for the Advent of Code 2021 coding challenges.
All solutions are written in C++17.

Finished Day Part 1 Part 2
1 Link Link
2 Link Link
3 Link Link
4 Link Link
5 Link Link
6 Link Link
7 Link Link
8 Link Link
9 Link Link
10 Link Link
11 Link Link
12 Link Link
13 Link Link
14 Link Link
15 Link Link
16 Link Link
17 Link Link
18 Link Link
19 Link Link
20 Link Link
21 Link Link
22 Link Link
23 Link Link
24 Link Link
25 Link Link

License

MIT License

Copyright (c) 2021 Jan "GamesTrap" Schürkamp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

My Advent of Code 2021 solutions written in C++17

License:MIT License


Languages

Language:C++ 100.0%