Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.