Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvii147/adventofcode2022
Advent of Code 2022 submissions
https://github.com/alvii147/adventofcode2022
advent-of-code-2022 golang python rust
Last synced: 13 days ago
JSON representation
Advent of Code 2022 submissions
- Host: GitHub
- URL: https://github.com/alvii147/adventofcode2022
- Owner: alvii147
- Created: 2022-12-01T22:25:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T17:24:15.000Z (over 1 year ago)
- Last Synced: 2024-11-06T09:07:29.696Z (2 months ago)
- Topics: advent-of-code-2022, golang, python, rust
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
[Advent of Code](https://adventofcode.com) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. This repository contains solutions to the 2022 Advent of Code calendar.
Completed **18** out of **25** advent day puzzles.
![Progress Bar](https://progress-bar.dev/72)
Day | Puzzle | Solutions
--- | --- | ---
1 | [Calorie Counting](https://adventofcode.com/2022/day/1) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_1_Calorie_Counting/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_1_Calorie_Counting/Python/main.py) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day_1_Calorie_Counting/Rust/main.rs)
2 | [Rock Paper Scissors](https://adventofcode.com/2022/day/2) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_2_Rock_Paper_Scissors/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_2_Rock_Paper_Scissors/Python/main.py) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day_2_Rock_Paper_Scissors/Rust/main.rs)
3 | [Rucksack Reorganization](https://adventofcode.com/2022/day/3) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_3_Rucksack_Reorganization/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_3_Rucksack_Reorganization/Python/main.py) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day_3_Rucksack_Reorganization/Rust/main.rs)
4 | [Camp Cleanup](https://adventofcode.com/2022/day/4) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_4_Camp_Cleanup/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_4_Camp_Cleanup/Python/main.py) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day_4_Camp_Cleanup/Rust/main.rs)
5 | [Supply Stacks](https://adventofcode.com/2022/day/5) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_5_Supply_Stacks/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_5_Supply_Stacks/Python/main.py)
6 | [Tuning Trouble](https://adventofcode.com/2022/day/6) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_6_Tuning_Trouble/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_6_Tuning_Trouble/Python/main.py)
7 | [No Space Left On Device](https://adventofcode.com/2022/day/7) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_7_No_Space_Left_On_Device/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_7_No_Space_Left_On_Device/Python/main.py)
8 | [Treetop Tree House](https://adventofcode.com/2022/day/8) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_8_Treetop_Tree_House/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_8_Treetop_Tree_House/Python/main.py)
9 | [Rope Bridge](https://adventofcode.com/2022/day/9) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_9_Rope_Bridge/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_9_Rope_Bridge/Python/main.py)
10 | [Cathode-Ray Tube](https://adventofcode.com/2022/day/10) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_10_Cathode-Ray_Tube/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_10_Cathode-Ray_Tube/Python/main.py)
11 | [Monkey in the Middle](https://adventofcode.com/2022/day/11) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_11_Monkey_in_the_Middle/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_11_Monkey_in_the_Middle/Python/main.py)
12 | [Hill Climbing Algorithm](https://adventofcode.com/2022/day/12) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_12_Hill_Climbing_Algorithm/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_12_Hill_Climbing_Algorithm/Python/main.py)
13 | [Distress Signal](https://adventofcode.com/2022/day/13) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_13_Distress_Signal/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_13_Distress_Signal/Python/main.py)
14 | [Regolith Reservoir](https://adventofcode.com/2022/day/14) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day_14_Regolith_Reservoir/Go/main.go) [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_14_Regolith_Reservoir/Python/main.py)
15 | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_15_Beacon_Exclusion_Zone/Python/main.py)
16 | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_16_Proboscidea_Volcanium/Python/main.py)
17 | [Pyroclastic Flow](https://adventofcode.com/2022/day/17) | [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_17_Pyroclastic_Flow/Python/main.py)
18 | [Boiling Boulders](https://adventofcode.com/2022/day/18) | [![](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=FFDD54)](Day_18_Boiling_Boulders/Python/main.py)