mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +02:00
updated day02 solutions
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
Repo for all of my advent of code 2019 challenges in GoLang.
|
||||
|
||||
https://adventofcode.com/2019
|
||||
# Advent of Code 2019
|
||||
Language: GoLang.
|
||||
[https://adventofcode.com/2019](https://adventofcode.com/2019)
|
||||
|
||||
---
|
||||
## Summary of Days
|
||||
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 |
|
||||
Reference in New Issue
Block a user