An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Advent Of Code 2021

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![workflow](https://github.com/ManevilleF/AdventOfCode2021/actions/workflows/rust.yaml/badge.svg)](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 |