Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markmccaskey/aoc2019
Advent of code solutions for 2019
https://github.com/markmccaskey/aoc2019
advent-of-code advent-of-code-2019
Last synced: about 2 months ago
JSON representation
Advent of code solutions for 2019
- Host: GitHub
- URL: https://github.com/markmccaskey/aoc2019
- Owner: MarkMcCaskey
- Created: 2019-12-02T05:24:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T03:23:53.000Z (about 5 years ago)
- Last Synced: 2024-11-30T21:29:58.437Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2019
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019 Solutions
My solutions for advent of code 2019 posted on a ~24 hour delay.
My style here is hacky, optimizing for being quick to write -- you'll see a lot of bruteforce solutions. Feel free to read over the code, hopefully you learn something! If you notice something I could improve, please file an issue -- I'm always interested in improving my Rust skills.