Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benediktwerner/adventofcode

My solutions for all years of Advent of Code in Python 3 and Rust
https://github.com/benediktwerner/adventofcode

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

Advent of Code
===================
My solutions for [Advent of Code](http://adventofcode.com) written mostly in Python 3.

There also are some very optimized solutions written in Rust for [2020](2020/optimized) and [2021](2021/optimized).

And I've written some [fun stuff](https://github.com/benediktwerner/intcode) 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](LICENSE-MIT) or [CC0 license](LICENSE-CC0).

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