Skip to content

My solutions to Advent of Code 2020 in Python 50:star: (and some in C++).

Notifications You must be signed in to change notification settings

dketterer/advent-of-code-2020

Repository files navigation

Advent of Code 2020

My (complete) solutions to Advent of Code 2020 in Python and some solutions in the beginning with C++.

Python Environment

virtualenv -p python3.9 venv
source venv/bin/activate
pip install numpy scipy

C++ Environment

  • CMake
  • GCC 9.3 (C++17)
  • Boost 1.71.0

Solved

Day Python C++ JavaScript
01 ⭐ ⭐ ⭐ ⭐ no
02 ⭐ ⭐ ⭐ ⭐ no
03 ⭐ ⭐ ⭐ ⭐ no
04 ⭐ ⭐ ⭐ ⭐ no
05 ⭐ ⭐ ⭐ ⭐ no
06 ⭐ ⭐ ⭐ ⭐ no
07 ⭐ ⭐ ⭐ ⭐ no
08 ⭐ ⭐ ⭐ ⭐ no
09 ⭐ ⭐ no no
10 ⭐ ⭐ no ⭐ ⭐
11 ⭐ ⭐ no no
12 ⭐ ⭐ no no
13 ⭐ ⭐ no no
14 ⭐ ⭐ no no
15 ⭐ ⭐ no no
16 ⭐ ⭐ no no
17 ⭐ ⭐ no no
18 ⭐ ⭐ no no
19 ⭐ ⭐ no no
20 ⭐ ⭐ no no
21 ⭐ ⭐ no no
22 ⭐ ⭐ no no
23 ⭐ ⭐ no no
24 ⭐ ⭐ no no
25 ⭐ ⭐ no no

About

My solutions to Advent of Code 2020 in Python 50:star: (and some in C++).

Topics

Resources

Stars

Watchers

Forks