Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)]