Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nragland37/aoc

:christmas_tree: Advent of Code | An annual advent calendar of small programming puzzles
https://github.com/nragland37/aoc

advent-of-code adventofcode aoc cpp programming-challenges programming-puzzles python

Last synced: about 1 month ago
JSON representation

:christmas_tree: Advent of Code | An annual advent calendar of small programming puzzles

Awesome Lists containing this project

README

        

#

Advent of Code



[Advent of Code](https://adventofcode.com/2022/about) is an annual Advent calendar of small programming puzzles.

## My Solutions

* [2015](src/2015)
* [2016](src/2016)
* [2017](src/2017)
* [2018](src/2018)
* [2019](src/2019)
* [2020](src/2020)
* [2021](src/2021)
* [2022](src/2022)
* [2023](src/2023)

## Resources

* [Advent of Code: Solving Your Puzzles With Python](https://realpython.com/python-advent-of-code/)
* [Advent of Code 2021 Solutions - Youtube](https://www.youtube.com/watch?v=URJfhlepvXU&list=PLWBKAf81pmOa5C0IGzmK-Pu48pH8YhXAJ)
* [Advent of Code - Official Site](https://adventofcode.com/)
* [Advent of Code Walkthroughs](https://github.com/mebeim/aoc)
* [Awesome Advent of Code (Collection of Resources)](https://github.com/Bogdanp/awesome-advent-of-code)