Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mineiwik/aoc_2021
Advent of Code 2021 - This time in Rust
https://github.com/mineiwik/aoc_2021
advent-of-code advent-of-code-2021 advent-of-code-2021-rust adventofcode adventofcode2021 adventofcode2021rust aoc aoc-2021 aoc-2021-in-rust aoc2021
Last synced: 8 days ago
JSON representation
Advent of Code 2021 - This time in Rust
- Host: GitHub
- URL: https://github.com/mineiwik/aoc_2021
- Owner: mineiwik
- License: mit
- Created: 2021-11-21T14:33:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T10:15:21.000Z (about 3 years ago)
- Last Synced: 2024-11-21T21:07:37.180Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-rust, adventofcode, adventofcode2021, adventofcode2021rust, aoc, aoc-2021, aoc-2021-in-rust, aoc2021
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎄 Advent of Code 2021 🎄
*This time in Rust*
## Overview
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| :---------------------------------: | :---------------------------------: | :---------------------------------: | :---------------------------------: | :---------------------------------: | :---------------------------------: | :---------------------------------: |
| | | [1🌟](src/days/day01.rs) | [2🌟](src/days/day02.rs) | [3🌟](src/days/day03.rs) | [4🌟](src/days/day04.rs) | [5🌟](src/days/day05.rs) |
| [6🌟](src/days/day06.rs) | [7🌟](src/days/day07.rs) | [8🌟](src/days/day08.rs) | [9🌟](src/days/day09.rs) | [10🌟](src/days/day10.rs) | [11🌟](src/days/day11.rs) | [12🌟](src/days/day12.rs) |
| [13🌟](src/days/day13.rs) | [14🌟](src/days/day14.rs) | [15🌟](src/days/day15.rs) | [16🌟](src/days/day16.rs) | [17🌟](src/days/day17.rs) | [18🌟](src/days/day18.rs) | [19🌟](src/days/day19.rs) |
| [20🌟](src/days/day20.rs) | [21🌟](src/days/day21.rs) | [22🌟](src/days/day22.rs) | 23🌟[^1] | [24🌟](src/days/day24.rs) | [25🌟](src/days/day25.rs) | |**Legend**:
| Description | Emoji |
| :---------------- | :---: |
| Everything solved | 🌟 |
| First part solved | ⛄ |
| Not solved yet | ❄ |[^1]: Solved without code