An open API service indexing awesome lists of open source software.

https://github.com/wiremoons/adventofcode2020

Solutions for Advent of Code puzzles: https://adventofcode.com/2020
https://github.com/wiremoons/adventofcode2020

aoc aoc-2020-in-cpp cpp20

Last synced: 9 months ago
JSON representation

Solutions for Advent of Code puzzles: https://adventofcode.com/2020

Awesome Lists containing this project

README

          

# Advent Of Code 2020

My attempts at solutions for _Advent of Code (AoC) 2020_ puzzles that can be
found here: https://adventofcode.com/2020

## Daily Solutions

Below links to each days puzzle I have solved so far:

- [Day One - Part 1 solved with C++](./Day-01/aoc_day01_p1.cc) and
[Day One - Part 2 solved with C++](./Day-01/aoc_day01_p2.cc)
- [Day Two - Part 1 solved with C++](./Day-02/aoc_day02_p1.cc) and
[Day Two - Part 2 solved with C++](./Day-02/aoc_day02_p2.cc)
- [Day Three - Part 1 solved with C++](./Day-03/aoc_day03_p1.cc) and
[Day Three - Part 2 solved with C++](./Day-03/aoc_day03_p2.cc)
- [Day Four - Part 1 solved with C++](./Day-04/aoc_day04_p1.cc) and
[Day Four - Part 2 solved with C++](./Day-04/aoc_day04_p2.cc)
- [Day Five - Part 1 solved with C++](./Day-05/aoc_day05_p1.cc) and
[Day Five - Part 2 solved with C++](./Day-05/aoc_day05_p2.cc)
- [Day Six - Part 1 solved with C++](./Day-06/aoc_day06_p1.cc) and
[Day Six - Part 2 solved with C++](./Day-06/aoc_day06_p2.cc)

WIP Below:

- [Day Seven - Part 1 solved with C++](./Day-07/aoc_day07_p1.cc) and
[Day Seven - Part 2 solved with C++](./Day-07/aoc_day07_p2.cc)
- [Day Eight - Part 1 solved with C++](./Day-08/aoc_day08_p1.cc) and
[Day Eight - Part 2 solved with C++](./Day-08/aoc_day08_p2.cc)

## License

The code in this repository is provided under the MIT open source license. A
copy of the MIT license file is [here](./LICENSE).