advent-of-code-2020.git
2021-12-15 Brett ParkerFixup day18 and add second part main
2021-12-07 Brett ParkerDay 19 (slightly evil!)
2020-12-20 Brett ParkerDay 18 p1
2020-12-17 Brett ParkerDay 17 - this is neither clean, not pretty, and I could...
2020-12-16 Brett ParkerDay 16 2020 - this has debugging prints allllll over...
2020-12-15 Brett ParkerAdd a python version and the summary/answers for both...
2020-12-15 Brett ParkerUse a variable reference for where to store the result...
2020-12-15 Brett ParkerDay 15 - p2 is brute force, there must be a nicer algor...
2020-12-14 Brett ParkerRemove redundant bit of code
2020-12-14 Brett ParkerDay 14 - implemented in bash, because, well, I could
2020-12-13 Brett ParkerDay 13 - forays in to using Diophantine did not go...
2020-12-12 Brett ParkerDay 12
2020-12-12 Brett ParkerLooks like I forget to commit Day 10!
2020-12-11 Brett ParkerDay 11
2020-12-09 Brett ParkerDay 9 2020
2020-12-08 Brett ParkerDay 8 2020
2020-12-08 Brett ParkerAdd code for day 7
2020-12-08 Brett ParkerMove to have day be 2 digit always
2020-12-07 Brett ParkerAdd some one liners to other_ways for day5
2020-12-06 Brett ParkerAdd a python version
2020-12-06 Brett ParkerDay 5 - for a change, bash version first!
2020-12-05 Brett ParkerBash version of day5
2020-12-05 Brett ParkerDay 5
2020-12-05 Brett ParkerFix small breakages in bash versions
2020-12-04 Brett ParkerAdd bash variants
2020-12-04 Brett ParkerAdd bash versions of day 1 for shits and giggles
2020-12-04 Brett ParkerDay 4
2020-12-03 Brett ParkerDay 3
2020-12-02 Brett ParkerRemove extra odd/even lines
2020-12-02 Brett ParkerFirst commit of code