Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AxlLind/AdventOfCode2020
Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
https://github.com/AxlLind/AdventOfCode2020
advent-of-code advent-of-code-2020 advent-of-code-rust aoc aoc2020 rust
Last synced: 5 days ago
JSON representation
Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
- Host: GitHub
- URL: https://github.com/AxlLind/AdventOfCode2020
- Owner: AxlLind
- License: mit
- Created: 2020-11-30T22:51:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T10:09:13.000Z (11 months ago)
- Last Synced: 2024-08-01T16:40:00.664Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-rust, aoc, aoc2020, rust
- Language: Rust
- Homepage: http://adventofcode.com/2020
- Size: 671 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode2020 :crab:
Solutions to all 25 AoC 2020 problems in Rust :crab:This year I went all out and went up at `5:50` every single day (except day 5 when I overslept :cry:) to do the puzzles. I tried to aim for relatively high scores on the leaderboard and got as high as [116 on day 20](./src/bin/20.rs), however competing against Python with Rust is difficult. Solved most problems in less than one hour though, and consistently hit top 1000 on a lot of the problems. This year was cool but _a lot_ easier than 2019.
See [notes.md](./notes.md) for some thoughts I wrote down after completing each day.
See [timings.md](./timings.md) for the execution time of each solution.
Thanks for another amazing year of AoC [@ericwastl](https://twitter.com/ericwastl) :christmas_tree:
## Usage
```sh
cargo run --release --bin [DAY] # run a specific day
cargo run --release # run all days
```## Other years
- [2023](https://github.com/AxlLind/AdventOfCode2023/) in Rust :crab:
- [2022](https://github.com/AxlLind/AdventOfCode2022/) in Rust :crab:
- [2021](https://github.com/AxlLind/AdventOfCode2021/) in Rust :crab:
- [2019](https://github.com/AxlLind/AdventOfCode2019/) in Rust :crab:
- [2018](https://github.com/AxlLind/AdventOfCode2018/) in Python :snake:
- [2017](https://github.com/AxlLind/AdventOfCode2017/) in Haskell λ
- [2016](https://github.com/AxlLind/AdventOfCode2016/) in OCaml :camel:
- [2015](https://github.com/AxlLind/AdventOfCode2015/) in Clojure λ## Leaderboard
![leaderboard](./screenshots/leaderboard.png)