https://github.com/bigpick/advent-of-code
Advent of Code is an Advent calendar of small 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.
https://github.com/bigpick/advent-of-code
Last synced: 17 days ago
JSON representation
Advent of Code is an Advent calendar of small 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.
- Host: GitHub
- URL: https://github.com/bigpick/advent-of-code
- Owner: bigpick
- Created: 2021-12-06T19:23:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T20:48:21.000Z (over 4 years ago)
- Last Synced: 2025-11-12T04:03:14.658Z (8 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
> Advent of Code is an Advent calendar of small 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.
>
> You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
>
> If you'd like to support Advent of Code, you can do so indirectly by helping to [Share] it with others, or directly via PayPal or Coinbase.
>
> Advent of Code is a registered trademark in the United States.
This repo houses my code/solutions for the annual [Advent of Code](https://adventofcode.com/) programming advent calendar.
There is an associated blog series for the content located [here](https://barelycompetent.dev/categories/advent-of-code/).