msullivan / advent-of-code

my advent of code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code

My hacky advent of code solutions. Generally not good code.

Many of these were originally written very fast, to try to make the leaderboard. In the early years, I was somewhat surprised that I wound up instinctively reaching for Haskell so often. These days my Haskell has grown rusty, so it seems to be always Python now.

I'm somewhat inconsistent about whether the files here represent the very first original code that I wrote to solve the problem, or something somewhat cleaned up. I think what I am going to try to do is commit my first versions without change, so it is available in the history, and then if I feel like it, commit a cleaned up version with generally the same approach.

About

my advent of code solutions

License:MIT License


Languages

Language:Python 82.5%Language:Haskell 15.3%Language:C 2.1%Language:Shell 0.0%