No description
Find a file
2020-12-25 09:14:36 -06:00
.vscode Day17 in node v14...not ideal 2020-12-17 20:34:00 -06:00
days Day 23 in Go, just 'cause 2020-12-23 22:41:03 -06:00
.gitignore Initial commit - should have done this on day 1... 2020-12-03 09:59:03 -06:00
01input.txt Initial commit - should have done this on day 1... 2020-12-03 09:59:03 -06:00
02input.txt Initial commit - should have done this on day 1... 2020-12-03 09:59:03 -06:00
03input.txt Initial commit - should have done this on day 1... 2020-12-03 09:59:03 -06:00
04input.txt Rough day 4 implementation 2020-12-07 07:59:52 -06:00
05input.txt Day 5 2020-12-07 09:00:44 -06:00
06input.txt Day 6 2020-12-07 09:51:06 -06:00
07input.txt Day 7 2020-12-07 11:55:11 -06:00
08input.txt Day 8 2020-12-08 08:40:55 -06:00
09input.txt Day 9 2020-12-09 08:17:15 -06:00
10input.txt Day 10 + small perf checks 2020-12-10 15:05:09 -06:00
11input.txt Day 11...ugly... 2020-12-11 08:49:59 -06:00
12input.txt Day 12 2020-12-12 22:23:01 -06:00
13input.txt Terrible, awful day 13 solution 2020-12-13 12:09:23 -06:00
14input.txt Day 14 2020-12-14 09:46:02 -06:00
15input.txt Day 15...slower than I'd like... 2020-12-15 08:54:30 -06:00
16input.txt Day 16...in Go this time! 2020-12-16 11:44:22 -06:00
17input.txt Day17 in node v14...not ideal 2020-12-17 20:34:00 -06:00
18input.txt Day 18, back in C# 2020-12-18 09:48:37 -06:00
19input.txt Day 19 - part 2 is more focused than I'd like 2020-12-20 10:13:53 -06:00
20input.txt Day 20 2020-12-22 13:01:35 -06:00
21input.txt Day 21 2020-12-21 23:25:38 -06:00
22input.txt Day 22. Finally kinda happy with this one, copied code notwithstanding 2020-12-22 00:28:17 -06:00
23input.txt Day 23 in Go, just 'cause 2020-12-23 22:41:03 -06:00
24input.txt Day 24. Overall pleased with this solution. 2020-12-24 00:07:01 -06:00
25input.txt Day 25 2020-12-25 09:14:36 -06:00
2020.csproj Day 25 2020-12-25 09:14:36 -06:00
2020.sln Initial commit - should have done this on day 1... 2020-12-03 09:59:03 -06:00
Extensions.cs Day 22 refactor - 2-3x speedup from changing infinite lookup method 2020-12-22 09:37:50 -06:00
go.mod Day 16...in Go this time! 2020-12-16 11:44:22 -06:00
main.go Day 23 in Go, just 'cause 2020-12-23 22:41:03 -06:00
Program.cs Day 25 2020-12-25 09:14:36 -06:00
Q01.cs Convert to a logger so I can see results in terminal or IDE 2020-12-11 09:36:28 -06:00
Q02.cs Convert to a logger so I can see results in terminal or IDE 2020-12-11 09:36:28 -06:00
Q03.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q04.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q05.cs Convert to a logger so I can see results in terminal or IDE 2020-12-11 09:36:28 -06:00
Q06.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q07.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q08.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q09.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q10.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q11.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q12.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q13.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q14.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q15.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q17.js Day17 in node v14...not ideal 2020-12-17 20:34:00 -06:00
Q18.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q19.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q20.cs Day 20 2020-12-22 13:01:35 -06:00
Q21.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q22.cs Make a ton of VS-recommended changes. Sure, why not. 2020-12-22 13:04:55 -06:00
Q23.cs Optimize day 23 2020-12-23 21:28:23 -06:00
Q24.cs Day 24. Overall pleased with this solution. 2020-12-24 00:07:01 -06:00
Q25.cs Day 25 2020-12-25 09:14:36 -06:00
README.md Added readme at github's behest 2020-12-08 08:42:22 -06:00

Advent of Code 2020

My solutions to Advent of Code 2020.