Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benediktwerner/adventofcode
- Owner: benediktwerner
- License: cc0-1.0
- Created: 2018-12-21T13:22:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T18:59:50.000Z (7 months ago)
- Last Synced: 2024-04-19T19:56:36.467Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.79 MB
- Stars: 58
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0
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.