Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nragland37/aoc
- Owner: nragland37
- License: mit
- Created: 2021-12-03T04:51:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T10:35:29.000Z (9 months ago)
- Last Synced: 2024-03-17T10:49:58.330Z (9 months ago)
- Topics: advent-of-code, adventofcode, aoc, cpp, programming-challenges, programming-puzzles, python
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)