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
- Host: GitHub
- URL: https://github.com/manevillef/adventofcode2022
- Owner: ManevilleF
- License: mit
- Created: 2022-11-29T08:41:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T09:02:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T18:44:12.597Z (8 months ago)
- Language: Rust
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2022
[](./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)| |