No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-10 12:01:10 -04:00
.idea Delete watcherTasks.xml 2024-12-21 14:14:50 -05:00
day-01 range directly over slice values 2024-12-02 10:00:31 -05:00
day-02 added skip condition for empty values slice 2024-12-02 18:07:09 -05:00
day-03 remove inaccurate comment 2024-12-03 10:04:09 -05:00
day-04 cosmetics 2024-12-04 18:23:53 -05:00
day-05 "cheat": use Go's slices.SortFunc() instead of my own code for weak-order based sort 2024-12-05 22:42:51 -05:00
day-06 day 10 2024-12-10 09:25:58 -05:00
day-07 spelling 2025-01-04 19:28:51 -05:00
day-08 day 10 2024-12-10 09:25:58 -05:00
day-09 hoist args struct to global type, extract method for reading input file (if read in entirety) 2024-12-09 23:22:17 -05:00
day-10 cosmetics 2024-12-10 18:21:31 -05:00
day-11 big.Int version 2024-12-11 11:34:38 -05:00
day-12 cosmetics 2024-12-12 10:18:02 -05:00
day-13 big.Int version 2024-12-13 16:32:41 -05:00
day-14 day 14 2024-12-14 09:40:31 -05:00
day-15 localized set (as opposed to list) logic to minimal necessary scope 2024-12-15 16:11:08 -05:00
day-16 _Dijkstra's algorithm_ version 2024-12-16 21:31:05 -05:00
day-17 day 17 part 2 2024-12-17 14:30:59 -05:00
day-18 day 18 part 2 2024-12-18 09:42:09 -05:00
day-19 added missing caching of false results back into part 1 2024-12-19 11:51:32 -05:00
day-20 day 20 part 2 2024-12-21 09:40:48 -05:00
day-21 caching part 2 2024-12-21 22:36:31 -05:00
.gitignore Update .gitignore 2025-08-10 12:01:10 -04:00
.golangci.yml migrate to golangci-lint v2 2025-04-09 12:50:25 -04:00
qodana.sarif.json qodana stuff 2024-12-01 12:10:53 -05:00
qodana.yaml qodana stuff 2024-12-01 12:10:53 -05:00