mzapf / AdventOfCode

My solutions for all years of Advent of Code in Python 3 and Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

My solutions for Advent of Code written mostly in Python 3.

There also are some very optimized solutions written in Rust for 2020 and 2021.

And I've written some fun stuff for intcode from 2019, including a compiler from a simple high-level language to intcode.

License

All the code in this repository is in the public domain. Or if you prefer, you may also use it under the MIT license or CC0 license.

Note though that some parts of this code use external libraries which have their own licenses.

About

My solutions for all years of Advent of Code in Python 3 and Rust

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 73.2%Language:Rust 25.7%Language:Assembly 1.0%Language:C 0.0%Language:Makefile 0.0%