update scripts

This commit is contained in:
alexchao26
2021-12-01 20:34:10 -05:00
parent 2888e20870
commit b8c031d229
21 changed files with 405 additions and 305 deletions
-13
View File
@@ -1,13 +0,0 @@
# Advent of Code 2018
Language: GoLang.
[https://adventofcode.com/2018](https://adventofcode.com/2018)
---
## Summary
Day | Name | Type of Algo & Notes
--- | --- | ---
1 | Chronal Calibration | - Pretty simple, direct math problem
2 | Inventory Management System | - Pretty simple, brute force string comparison
3 | No Matter How You Slice It | - Still pretty simple, 2D grid overlaps, simple hashmap problem
4 | Repose Record | - Not very fun data manipulation, pretty straight forward "which time does X happen most often at"