Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesrweb/advent-of-code
My Advent of Code solutions.
https://github.com/jamesrweb/advent-of-code
advent-of-code advent-of-code-2020 challenges puzzles
Last synced: 29 days ago
JSON representation
My Advent of Code solutions.
- Host: GitHub
- URL: https://github.com/jamesrweb/advent-of-code
- Owner: jamesrweb
- License: mit
- Created: 2020-12-03T17:39:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T00:33:48.000Z (about 1 month ago)
- Last Synced: 2024-12-09T12:04:14.216Z (30 days ago)
- Topics: advent-of-code, advent-of-code-2020, challenges, puzzles
- Language: Python
- Homepage: https://adventofcode.com
- Size: 1.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Advent of Code is an Advent calendar of programming puzzles for a variety of
skill sets and skill levels that can be solved in any programming language you
like. People use them as a speed contest, interview prep, company training,
university coursework, practice problems, or to challenge each other. Each
puzzle has two parts to complete and each of these parts are eligible for 1
star. This means that a total of 50 stars are up for grabs as you work through
each of the 25 the challenges.Each subdirectory of this repository with a year as its name represents a set of
submissions for that year. Each year contains a `README.md` file with an
overview of each challenge, languages used and overall results. You can look
into the solutions submitted also should you desire to do so.