Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wezm/advent-of-code
- Owner: wezm
- Created: 2017-12-02T01:51:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T10:02:09.000Z (11 months ago)
- Last Synced: 2024-10-11T17:43:49.679Z (25 days ago)
- Topics: advent-of-code, rust
- Language: Rust
- Homepage: http://adventofcode.com/
- Size: 469 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.