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

https://github.com/manevillef/adventofcode2022

My answers for the 2022 Advent of Code
https://github.com/manevillef/adventofcode2022

Last synced: 8 months ago
JSON representation

My answers for the 2022 Advent of Code

Awesome Lists containing this project

README

          

# Advent Of Code 2022

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

My answers for the 2022 [Advent of code](https://adventofcode.com/2022).

I attempted to produce clean code using best practices, a very restrictive clippy and functional patterns.

| Day | Name | Done |
|-----|------|------|
| 01 | [Calorie Counting](day_01/src/main.rs)| ⭐ ⭐ |
| 02 | [Rock Paper Scissor](day_02/src/main.rs)| ⭐ ⭐ |
| 03 | [Rucksack Reorganization](day_03/src/main.rs)| ⭐ ⭐ |
| 04 | [Camp cleanup](day_04/src/main.rs)| ⭐ ⭐ |
| 05 | [Supply Stack](day_05/src/main.rs)| ⭐ ⭐ |
| 06 | [Tuning Trouble](day_06/src/main.rs)| ⭐ ⭐ |
| 07 | [No Space Left On Device](day_07/src/main.rs)| ⭐ ⭐ |
| 08 | [Treetop Tree House](day_08/src/main.rs)| ⭐ ⭐ |
| 09 | [Rope Bridge](day_09/src/main.rs)| ⭐ ⭐ |
| 10 | [Cathode Ray Tube](day_10/src/main.rs)| ⭐ ⭐ |
| 11 | [Monkey in the middle](day_11/src/main.rs)| ⭐ ⭐ |
| 12 | [Hill Climbing Algorithm](day_12/src/main.rs)| ⭐ ⭐ |
| 13 | [Distress Signal](day_13/src/main.rs)| ⭐ ⭐ |
| 14 | [Regolith Reservoir](day_14/src/main.rs)| ⭐ ⭐ |
| 15 | [Beacon Exclusion Zone](day_15/src/main.rs)| ⭐ ⭐ |
| 16 | [Proboscidea Volcaniu](day_16/src/main.rs)| |