Advent of Code topic

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.

List Advent of Code repositories

aoc.el

5
Stars
0
Forks
Watchers

View AoC leader boards in Emacs

aoc21

6
Stars
0
Forks
Watchers

Advent of Code 2021 in Futhark

advent-of-code

39
Stars
9
Forks
Watchers

🎄Advent of Code with Rust 🦀

advent-of-code-charts

118
Stars
21
Forks
Watchers

Inject charts in your private leaderboard page for Advent of Code

aoc2018apl

22
Stars
0
Forks
Watchers

Advent of Code 2018 solutions in Dyalog APL

aoc2019apl

5
Stars
1
Forks
Watchers

Advent of Code 2019 solutions in Dyalog APL

aoc2020apl

23
Stars
1
Forks
Watchers

Advent of Code 2020 solutions in Dyalog APL

advent-of-code-2018

6
Stars
0
Forks
Watchers

Solutions to puzzles from Advent of Code 2018

advent-of-code

32
Stars
2
Forks
Watchers

Solutions for Advent of Code puzzles. In C, C++, Python, Rust and Golang. All years.

AdventOfCode.Template

37
Stars
11
Forks
Watchers

Advent of Code C# (.NET 8) template. Based on AoCHelper (https://github.com/eduherminio/AoCHelper)