An open API service indexing awesome lists of open source software.

https://github.com/tteeoo/aoc

Advent of Code
https://github.com/tteeoo/aoc

advent-of-code advent-of-code-2021 advent-of-code-2021-python advent-of-code-python

Last synced: 2 months ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

        

# Advent of Code

My solutions for the annual [Advent of Code](https://adventofcode.com/) created by [Eric Wastl](https://github.com/topaz).

Mainly done in Python. The code is dedicated to the public domain ([The Unlicense](https://github.com/tteeoo/aoc/blob/main/LICENSE)).

These are by no means the most effecient program for each problem, nor are they coded neatly—they're not meant to be; the code here is just what I develop on the spot, implementing whatever algorithm pops into my head first (easy ones, not good ones).