Skip to content

egnha/AoC-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Advent of Code 2020 ๐ŸŽ„

Binder

This repository contains my solutions of the twenty-five days of Eric Wastlโ€™s Advent of Code 2020. The solutions are in Python (3.8+), with liberal use of NumPy and array-oriented methods.

Additionally, Iโ€™ve written a commentary on nine of the neatest puzzles: Five Themes from the Advent of Code 2020.

Kudos and hearty thanks to Eric Wastl for creating such a fun and educational diversion!

Reproducing the Python environment

Install Conda and invoke the following command:

conda env create --file environment.yml

This creates a conda environment named aoc2020, which includes Jupyter Lab.

License

ยฉ 2021 Eugene Ha

The code in this repository is available under the MIT License; the puzzle data is accredited to (and presumably under copyright of) Eric Wastl; all other content is available under CC BY 4.0.

About

Advent of Code 2020 ๐ŸŽ„

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published