Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wezm/advent-of-code

My advent of code solutions
https://github.com/wezm/advent-of-code

advent-of-code rust

Last synced: 8 days ago
JSON representation

My advent of code solutions

Awesome Lists containing this project

README

        

# My Advent of Code Solutions

My approach to these is:

- Don't look at any other solutions until I've done my own.
- Don't update solutions after looking at other solutions.
- Whilst not an absolute rule, most solutions stick to the standard library of the implementation language.

From 2019 on I'm usually optimising for time to completion over code quality in order to limit the amount of time participating in AoC takes.