mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +02:00
day05 solutions updated
This commit is contained in:
@@ -4,10 +4,10 @@ Language: GoLang.
|
||||
|
||||
---
|
||||
## Summary of Days
|
||||
Day | Name | Type of Algo
|
||||
Day | Name | Type of Algo & Notes
|
||||
--- | --- | ---
|
||||
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 |
|
||||
5 | Sunny with a Chance of Asteroids | - Yay more Intcode!........
|
||||
Reference in New Issue
Block a user