Advent of Code solutions in Python 3.9
- Advent of Code 2015-2022 solutions in Python
- ready to run from Microsoft Visual Studio Community 2022 (after installing colorama module)
AoC.cs | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 |
---|---|---|---|---|---|---|---|---|
Day 1 | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ |
Day 2 | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ |
Day 3 | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ |
Legend:
⭐ = solution available (both parts)
Current status: 48 AoC stars covered
Repository contains the following directories:
Directory | Contents |
---|---|
input | My input of all puzzles. |
sources | Source files. Review and enjoy. |
Python isn't your favorite programming language? See some Advent of Code puzzle solutions in C#, JavaScript, Rust and much more in C++!
As of December 2022, when I write this paragraph, Python is the most popular programming language in the world, according to many lists available on the Internet, e.g. here. And I have not written a single line of code in Python up to mid-November 2022! Time to change that :)