day04 solutions refactored

This commit is contained in:
alexchao26
2020-08-02 17:25:33 -04:00
parent 51032e07ed
commit ed1cc6e2b4
5 changed files with 130 additions and 64 deletions
+2
View File
@@ -9,3 +9,5 @@ Day | Name | Type of Algo
1 | The Tyranny of the Rocket Equation | - Simple math problem
2 | Program Alarm | - Intro to the crazy Intcode problems that are half the AoC days... <br> - Array (slice...) manipulation <br> - I used recursion
3 | Crossed Wires | - Geometry kind of algo, finding intersections of lines on a grid
4 | Secure Container | - May appear math-y, but it's really a string manipulation problem
5 |