Skip to content

mfrdbigolin/AoC2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages