advent-of-code-2020.git
2 years agoFixup day18 and add second part main
Brett Parker [Wed, 15 Dec 2021 00:17:16 +0000 (00:17 +0000)]
Fixup day18 and add second part

2 years agoDay 19 (slightly evil!)
Brett Parker [Tue, 7 Dec 2021 22:07:35 +0000 (22:07 +0000)]
Day 19 (slightly evil!)

3 years agoDay 18 p1
Brett Parker [Sun, 20 Dec 2020 14:30:26 +0000 (14:30 +0000)]
Day 18 p1

3 years agoDay 17 - this is neither clean, not pretty, and I couldn't be bothered to do a more...
Brett Parker [Thu, 17 Dec 2020 20:40:18 +0000 (20:40 +0000)]
Day 17 - this is neither clean, not pretty, and I couldn't be bothered to do a more generic set of looping when only adding one dimension, hence extra file

3 years agoDay 16 2020 - this has debugging prints allllll over the place!
Brett Parker [Wed, 16 Dec 2020 13:46:19 +0000 (13:46 +0000)]
Day 16 2020 - this has debugging prints allllll over the place!

3 years agoAdd a python version and the summary/answers for both parts
Brett Parker [Tue, 15 Dec 2020 18:12:20 +0000 (18:12 +0000)]
Add a python version and the summary/answers for both parts

3 years agoUse a variable reference for where to store the result, stop putting all results...
Brett Parker [Tue, 15 Dec 2020 16:30:20 +0000 (16:30 +0000)]
Use a variable reference for where to store the result, stop putting all results in to a huge array and then reading the answer from that. Save a fair chunk of memory.

3 years agoDay 15 - p2 is brute force, there must be a nicer algorithm that I can't see
Brett Parker [Tue, 15 Dec 2020 10:05:17 +0000 (10:05 +0000)]
Day 15 - p2 is brute force, there must be a nicer algorithm that I can't see

3 years agoRemove redundant bit of code
Brett Parker [Mon, 14 Dec 2020 13:21:48 +0000 (13:21 +0000)]
Remove redundant bit of code

3 years agoDay 14 - implemented in bash, because, well, I could
Brett Parker [Mon, 14 Dec 2020 13:17:29 +0000 (13:17 +0000)]
Day 14 - implemented in bash, because, well, I could

3 years agoDay 13 - forays in to using Diophantine did not go well.
Brett Parker [Sun, 13 Dec 2020 21:13:06 +0000 (21:13 +0000)]
Day 13 - forays in to using Diophantine did not go well.

3 years agoDay 12
Brett Parker [Sat, 12 Dec 2020 17:42:38 +0000 (17:42 +0000)]
Day 12

3 years agoLooks like I forget to commit Day 10!
Brett Parker [Sat, 12 Dec 2020 13:37:47 +0000 (13:37 +0000)]
Looks like I forget to commit Day 10!

3 years agoDay 11
Brett Parker [Fri, 11 Dec 2020 13:45:34 +0000 (13:45 +0000)]
Day 11

3 years agoDay 9 2020
Brett Parker [Wed, 9 Dec 2020 13:22:10 +0000 (13:22 +0000)]
Day 9 2020

3 years agoDay 8 2020
Brett Parker [Tue, 8 Dec 2020 14:18:42 +0000 (14:18 +0000)]
Day 8 2020

3 years agoAdd code for day 7
Brett Parker [Tue, 8 Dec 2020 00:58:48 +0000 (00:58 +0000)]
Add code for day 7

3 years agoMove to have day be 2 digit always
Brett Parker [Tue, 8 Dec 2020 00:56:53 +0000 (00:56 +0000)]
Move to have day be 2 digit always

3 years agoAdd some one liners to other_ways for day5
Brett Parker [Mon, 7 Dec 2020 19:27:48 +0000 (19:27 +0000)]
Add some one liners to other_ways for day5

3 years agoAdd a python version
Brett Parker [Sun, 6 Dec 2020 12:16:58 +0000 (12:16 +0000)]
Add a python version

3 years agoDay 5 - for a change, bash version first!
Brett Parker [Sun, 6 Dec 2020 10:38:38 +0000 (10:38 +0000)]
Day 5 - for a change, bash version first!

3 years agoBash version of day5
Brett Parker [Sat, 5 Dec 2020 16:56:23 +0000 (16:56 +0000)]
Bash version of day5

3 years agoDay 5
Brett Parker [Sat, 5 Dec 2020 12:54:46 +0000 (12:54 +0000)]
Day 5

3 years agoFix small breakages in bash versions
Brett Parker [Sat, 5 Dec 2020 04:08:09 +0000 (04:08 +0000)]
Fix small breakages in bash versions

3 years agoAdd bash variants
Brett Parker [Fri, 4 Dec 2020 18:29:23 +0000 (18:29 +0000)]
Add bash variants

3 years agoAdd bash versions of day 1 for shits and giggles
Brett Parker [Fri, 4 Dec 2020 13:37:16 +0000 (13:37 +0000)]
Add bash versions of day 1 for shits and giggles

3 years agoDay 4
Brett Parker [Fri, 4 Dec 2020 09:39:46 +0000 (09:39 +0000)]
Day 4

3 years agoDay 3
Brett Parker [Thu, 3 Dec 2020 09:42:03 +0000 (09:42 +0000)]
Day 3

3 years agoRemove extra odd/even lines
Brett Parker [Wed, 2 Dec 2020 19:01:34 +0000 (19:01 +0000)]
Remove extra odd/even lines

3 years agoFirst commit of code
Brett Parker [Wed, 2 Dec 2020 18:57:04 +0000 (18:57 +0000)]
First commit of code