Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probro27/advent-of-code-2022
Advent of code 2022 solutions in Python
https://github.com/probro27/advent-of-code-2022
advent-of-code-2022 challenge
Last synced: about 2 months ago
JSON representation
Advent of code 2022 solutions in Python
- Host: GitHub
- URL: https://github.com/probro27/advent-of-code-2022
- Owner: probro27
- Created: 2022-12-02T05:39:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T06:41:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T09:48:05.144Z (almost 2 years ago)
- Topics: advent-of-code-2022, challenge
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
Hello everyone,
These are some solutions for Advent of code 2022 challenge.
This time I am doing the challenge in Python but I plan to provide them in more languages like Rust or Haskell.
Hope you'll enjoy the challenge as well!Have a great one!
## 2022 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2022/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2022/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2022/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2022/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2022/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2022/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2022/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2022/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2022/day/9) | ⭐ | ⭐ |
| [Day 10](https://adventofcode.com/2022/day/10) | ⭐ | ⭐ |
| [Day 11](https://adventofcode.com/2022/day/11) | ⭐ | ⭐ |
| [Day 12](https://adventofcode.com/2022/day/12) | ⭐ | ⭐ |
| [Day 13](https://adventofcode.com/2022/day/13) | ⭐ | ⭐ |
| [Day 14](https://adventofcode.com/2022/day/14) | ⭐ | ⭐ |
| [Day 15](https://adventofcode.com/2022/day/15) | ⭐ | ⭐ |