Skip to content

tbielak/AoC_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AoC_py

Advent of Code solutions in Python 3.9

Features

  • Advent of Code 2015-2022 solutions in Python
  • ready to run from Microsoft Visual Studio Community 2022 (after installing colorama module)

Solutions matrix

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 contents

Repository contains the following directories:

Directory Contents
input My input of all puzzles.
sources Source files. Review and enjoy.

Other programming languages

Python isn't your favorite programming language? See some Advent of Code puzzle solutions in C#, JavaScript, Rust and much more in C++!

Why Python?

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 :)

Releases

No releases published

Packages

No packages published