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

AdventOfCode2017

40
Stars
3
Forks
Watchers

My solutions for AoC 2017, using Nim, OCaml, and Python

adventofcode-rb-2018

47
Stars
2
Forks
Watchers

Solutions to https://adventofcode.com/2018 (complete)

advent2019

23
Stars
3
Forks
Watchers

advent of code 2019

AdventOfCode2018

81
Stars
7
Forks
Watchers

My solutions to the Advent of Code 2018 problems.

AdventOfCode2020

29
Stars
0
Forks
Watchers

Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

AdventOfCode2021

61
Stars
3
Forks
Watchers

Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

advent-of-code

71
Stars
15
Forks
Watchers

Collection of JS solutions for puzzles from adventofcode.com πŸŽπŸŽ„

adventlang

30
Stars
3
Forks
Watchers

πŸŽ… A programming language (+ code playground) for Advent of Code.

advent-of-code-elixir-starter

200
Stars
34
Forks
Watchers

Template project for Advent of Code in Elixir.