/advent-of-code

Solutions for https://adventofcode.com/ in Python.

Primary LanguagePythonMIT LicenseMIT

Advent of Code challenge

My solutions for an Advent of Code challenges in #Python3. Started in year 2020; solutions of each year are kept in their own folder together with source data file.

For running you need only working installation of Python3; task input is provided in the corresponding *.txt file.

Some solutions are not optimized in order to show more basic options and learning process.