https://github.com/manevillef/adventofcode2021
My answers for the 2021 Advent of code
https://github.com/manevillef/adventofcode2021
Last synced: 6 months ago
JSON representation
My answers for the 2021 Advent of code
- Host: GitHub
- URL: https://github.com/manevillef/adventofcode2021
- Owner: ManevilleF
- License: mit
- Created: 2021-12-01T07:56:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T11:26:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T07:35:54.575Z (7 months ago)
- Language: Rust
- Size: 162 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2021
[](./LICENSE)
[](https://github.com/ManevilleF/AdventOfCode2021/actions/workflows/rust.yaml)My answers for the 2021 [Advent of code](https://adventofcode.com/2021).
I attempted to produce clean code using best practices, a very restrictive clippy and functional patterns.
| Day | Name | Done |
|-----|------|------|
| 01 | [Sonar Sweep](day_01/src/main.rs)| 2 / 2 |
| 02 | [Dive!](day_02/src/main.rs) | 2 / 2 |
| 03 | [Binary Diagnostic](day_03/src/main.rs)| 2 / 2 |
| 04 | [Giant Squid](day_04/src/main.rs) | 2 / 2 |
| 05 | [Hydrothermal Venture](day_05/src/main.rs) | 2 / 2 |
| 06 | [Lanternfish](day_06/src/main.rs) | 2 / 2 |
| 07 | [The Treachery of Whales](day_07/src/main.rs)| 2 / 2 |
| 08 | [Seven Segment Search](day_08/src/main.rs) ([Alternative Response](day_08_alternative/src/main.rs))| 2 / 2 |
| 09 | [Smoke Basin](day_09/src/main.rs) | 2 / 2 |
| 10 | [Syntax Scoring](day_10/src/main.rs) | 2 / 2 |
| 11 | [Dumbo Octopus](day_11/src/main.rs) | 2 / 2 |
| 12 | [Passage Pathing](day_12/src/main.rs) | 2 / 2 |
| 13 | [Transparent Origami](day_13/src/main.rs) | 2 / 2 |
| 14 | [Extended Polymerization](day_14/src/main.rs) | 2 / 2 |
| 15 | [Chiton](day_15/src/main.rs) | 2 / 2 |
| 16 | [Packet Decoder](day_16/src/main.rs) | 2 / 2 |
| 17 | [Trick Shot](day_17/src/main.rs) | 2 / 2 |
| 18 | [Snailfish](day_18/src/main.rs) | 2 / 2 |
| 19 | [Beacon Scanner](day_19/src/main.rs) | 2 / 2 |
| 20 | [Trench Map](day_20/src/main.rs) | 2 / 2 |
| 21 | [Dirac Dice](day_21/src/main.rs) | 2 / 2 |
| 22 | [Reactor Reboot](day_22/src/main.rs) | 2 / 2 |