To prevent losing my, at the time, unused c++ knowledge I started making some of the advent of code assignments of 2020 in this language. This reposetory contains some of the answers to these assigment. For the questions please look at https://adventofcode.com/
A quick implementation of (some) advent of code assignments of 2020 in c++. Each/Most advent of code assignments consist of 2 parts. For some I have created a new file for some others I have just altered the file of the first assignment. The input files are found in the folder of each respective day. Furthermore I haven't add any comments etc. to make the code extra readable. The assignments are added in markdown for each day. However for the correct layout of the assignments I would recommend to look at https://adventofcode.com/.