mfrdbigolin / AoC2020

Advent of Code 2020 with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AoC2020: My Advent of Code 2020 Solutions Public license

My Python solutions to Advent of Code 2020 (AoC2020 for short) in this most august time of the year.

I strive to make the solutions as general as possible, meaning that they could be used to solve similar problems like those presented by AoC2020. I also aim for readability and the efficiency of my algorithms, though these are secondary concerns.

Usage

For each day N use either

  • python src/dayN.py inputs/dayN.txt, or

  • chmod +x src/dayN.py

    src/./dayN.py inputs/dayN.txt

Licensing

This repository is licensed with the MIT (Expat) (SPDX-License-Identifier: MIT); everyone with a copy of this software is permitted to use, modify, distribute and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.

There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.

About

Advent of Code 2020 with Python

License:MIT License


Languages

Language:Python 100.0%