Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirienko/adventofcode
My python solutions to that funny project
https://github.com/kirienko/adventofcode
advent-of-code advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 python3
Last synced: 4 days ago
JSON representation
My python solutions to that funny project
- Host: GitHub
- URL: https://github.com/kirienko/adventofcode
- Owner: kirienko
- Created: 2020-12-06T13:36:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T01:01:35.000Z (12 months ago)
- Last Synced: 2023-12-02T02:21:50.362Z (12 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, python3
- Language: Python
- Homepage:
- Size: 233 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
| Task | Solution | Comment |
|-------------------------------------------|:-------------------------:|-------------------------------------|
| [01](https://adventofcode.com/2023/day/1) | [⭐⭐](year_2023/day_01.py) | Surprisingly hard for the first day |
| [02](https://adventofcode.com/2023/day/2) | [⭐⭐](year_2023/day_02.py) | Dictionary |
| [03](https://adventofcode.com/2023/day/3) | [⭐⭐](year_2023/day_03.py) | Sets, as usual |
| [04](https://adventofcode.com/2023/day/4) | [⭐⭐](year_2023/day_04.py) | |
| [05](https://adventofcode.com/2023/day/5) | [⭐](year_2023/day_05.py) | Bruteforce is not efficient |
| [06](https://adventofcode.com/2023/day/6) | [⭐⭐](year_2023/day_06.py) | |
| [07](https://adventofcode.com/2023/day/7) | [⭐⭐](year_2023/day_07.py) | Classes are useful, sometimes |## Previous years:
* [2020](year_2020/README.md)
* [2021](year_2021/README.md)
* [2022](year_2022/README.md)