Skip to content

tteeoo/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions for the annual Advent of Code created by Eric Wastl.

Mainly done in Python. The code is dedicated to the public domain (The Unlicense).

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).