Where I store my workings and inputs for the Advent of Code
Teo-CD
6aca049908
Single threaded brute force for finding the correct fix. Don't really like it : might be something smarter to do, will try threads. |
||
---|---|---|
2020 | ||
.gitignore | ||
README.md |
Advent of Code - trotFunky's pot O' code
This is the repository where I'll be storing my solutions for the Advent of Code event run by Eric Wastl.
The directory structure is simple : year/day
, each day containing the input file and at least one file containing my solution(s). The prompts of each puzzles will not be repeated here, so go check them on the site !
Depencies
Only Python3 for now !