lucaswerkmeister / advent-of-code-2020

Advent of Code 2020 solutions

Home Page:https://lucaswerkmeister.de/posts/2020/12/25/advent-of-code-2020/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

My (Lucas Werkmeister’s) solutions for Advent of Code 2020. Peruse this repository at your own risk for spoilers, of course.

The directory for each day contains a solve script, which can generally be run to more or less get the solution; sometimes the script requires the path to the input file as an argument, or occasionally it needs to be piped into wc -l or something similar to obtain the final, summarized answer.

The committed solutions generally solve at least part 2 of each day’s puzzle; the part 1 solution is often (especially for the later days) printed as well, but it may also be dead code of some kind (commented out, unused function, etc.), or only be found in the Git history at all. See the individual README.md files for details, especially the “Usage” section.

License

Blue Oak Model License 1.0.0.

About

Advent of Code 2020 solutions

https://lucaswerkmeister.de/posts/2020/12/25/advent-of-code-2020/

License:Other


Languages

Language:Rust 82.0%Language:Shell 13.1%Language:Awk 1.7%Language:R 1.7%Language:sed 0.8%Language:JavaScript 0.7%