Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alarsyo/advent-of-code
https://github.com/alarsyo/advent-of-code
advent-of-code advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 adventofcode rust
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alarsyo/advent-of-code
- Owner: alarsyo
- Created: 2019-11-14T17:20:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T11:49:56.000Z (11 months ago)
- Last Synced: 2024-10-15T04:18:12.521Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, adventofcode, rust
- Language: Rust
- Homepage:
- Size: 558 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Advent of Code
Solutions to the [[https://adventofcode.com][Advent of Code]], in Rust.
I've started doing these in 2019, mainly to learn Rust. Comparing my solutions
to others', such as [[https://github.com/BurntSushi/advent-of-code][BurntSushi's repo for 2018]], helped a lot to learn Rust
idioms.Years [[file:aoc2019/][2019]] and [[file:aoc2020/][2020]] are the most complete, and I did these mostly on the day the
problems were released.