My solutions for Advent Of Code 2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Milo Fultz c585848199
Convert history to set for faster search
2 years ago
01 01 Refactor Python solution 2 years ago
02 Remove unnecessary file 2 years ago
03 Solve part 2 2 years ago
04 Refactor for legibility 2 years ago
05 Refactor for readability 2 years ago
06 Solve part 2 2 years ago
07 Refactor to OOP 2 years ago
08 Misc 2 years ago
09 Remove 'return None' and add type hinting 2 years ago
10 Solve for part 2 2 years ago
11 Remove unnecessary make range runc 2 years ago
12 Refactor waypoint functions 2 years ago
13 Add annotation of where I got the solution 2 years ago
14 Refactor solutions 2 years ago
15 Add Van Eck comment 2 years ago
16 Refactor part 2 a bit 2 years ago
17 Solve part 2 2 years ago
18 Refactor functions and name changes 2 years ago
19 Convert all rules to ints 2 years ago
20 Small refactoring and removing comments 2 years ago
21 Solve part 2 2 years ago
22 Convert history to set for faster search 2 years ago
23 Simplify history check 2 years ago
README.md Update README with link 2 years ago

README.md

Advent Of Code 2020

These are my solutions. I'm trying to do as many as I can in both Python and in Javascript. Plus I'm going to scope out people's answers in C and see what I can glean.

https://milofultz.com/2020/12/01/advent-of-code

https://adventofcode.com/2020/