Skip to content

Schnouki/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repo contains my solutions for the Advent of Code, an Advent calendar of small programming puzzles.

I just do this for fun. Usually in Python, but I may try other programming languages. Sometimes I try to do things cleanly, sometimes I don't even bother. Sometimes I try to be clever, sometimes I just use brute borce. Sometimes I even write some comments :)

Please, try to solve the puzzles by yourself before using these solutions!

2017

My first Advent of Code! 😊

Everything done in Python.

2018

This year I tried to do it in Scheme... and failed hard after a few days. Maybe one day I'll go back and finish it.

2019 builds.sr.ht status

Let's do it for fun this time! Python, with a common and unified setup for scripts, test data, input, etc.

It even has a CI that run all scripts after each commit! 😁

2020 builds.sr.ht status

Let's do this again! Still in Python, with the same framework as last year, and with CI on Sourcehut 🎉

About

Advent of Code 2017, 2018 and 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages