Files
advent-of-code-go/2018
2020-12-05 17:48:04 -05:00
..
2020-11-27 02:53:18 -05:00
2020-11-27 02:53:18 -05:00
2020-11-27 02:53:18 -05:00
2020-11-27 02:53:18 -05:00
2020-11-29 20:44:37 -05:00
2020-11-29 20:21:15 -05:00
2020-11-30 00:04:50 -05:00
2020-11-30 13:51:15 -05:00
2020-12-03 22:24:20 -05:00
2020-12-05 17:48:04 -05:00
2020-09-06 22:27:29 -04:00

Advent of Code 2018

Language: GoLang.

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"