Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pndurette/advent-of-code
My Advent of Code solutions
https://github.com/pndurette/advent-of-code
advent-of-code adventofcode
Last synced: 24 days ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/pndurette/advent-of-code
- Owner: pndurette
- License: mit
- Created: 2022-12-02T05:20:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T04:57:40.000Z (11 months ago)
- Last Synced: 2023-12-04T05:39:01.953Z (11 months ago)
- Topics: advent-of-code, adventofcode
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code
My [Advent of Code](https://adventofcode.com) solutions._Disclaimer:_ the quality and seriousness of these solutions can vary.
## [2022](2022)
* [day1](2022/day1) [[:link:](https://adventofcode.com/2022/day/1)]: [[python](2022/day1/python)]
* [day2](2022/day2) [[:link:](https://adventofcode.com/2022/day/2)]: [[python](2022/day2/python)]
* [day3](2022/day3) [[:link:](https://adventofcode.com/2022/day/3)]: [[python](2022/day3/python)]
* [day4](2022/day4) [[:link:](https://adventofcode.com/2022/day/4)]: [[python](2022/day4/python)]
* [day5](2022/day5) [[:link:](https://adventofcode.com/2022/day/5)]: [[bash](2022/day5/bash)] [[python](2022/day5/python)]
* [day6](2022/day6) [[:link:](https://adventofcode.com/2022/day/6)]: [[python](2022/day6/python)]
* [day7](2022/day7) [[:link:](https://adventofcode.com/2022/day/7)]: [[python](2022/day7/python)]
* [day8](2022/day8) [[:link:](https://adventofcode.com/2022/day/8)]: [[python](2022/day8/python)] [[terraform](2022/day8/terraform)]
## [2023](2023)
* [day1](2023/day1) [[:link:](https://adventofcode.com/2023/day/1)]: [[python](2023/day1/python)]
* [day2](2023/day2) [[:link:](https://adventofcode.com/2023/day/2)]: [[python](2023/day2/python)]
* [day3](2023/day3) [[:link:](https://adventofcode.com/2023/day/3)]: [[python](2023/day3/python)]