Commit Graph

51 Commits

Author SHA1 Message Date
6a65b04ee8 remove redundant constant 2023-12-15 01:41:04 +00:00
92ff666ae2 fix index 2023-12-15 01:37:15 +00:00
219bb3884b reword docstring. 2023-12-15 01:16:30 +00:00
621a0dbd28 fix docstring 2023-12-15 01:04:22 +00:00
eab63b0b36 copy image from cachedImages 2023-12-15 00:53:14 +00:00
94ffd625c9 typo 2023-12-14 22:49:30 +00:00
b55019149b fix wording 2023-12-14 22:48:29 +00:00
e8f7c2a63d add one docstrings 2023-12-14 22:24:56 +00:00
b98379ca2b day-14 2023-12-14 22:22:41 +00:00
0c26ef875a remove debug print 2023-12-14 12:51:04 +00:00
b878eb9df6 remove unnecessary assignment 2023-12-14 04:24:57 +00:00
3d42da7862 fix test name 2023-12-14 03:47:43 +00:00
0fc0c49387 day-13 2023-12-14 03:44:14 +00:00
8b61fa2011 day-12 2023-12-14 03:44:07 +00:00
0f254a243e add run script 2023-12-12 16:16:42 +00:00
e1829e595a add scaffold.sh to .gitignore 2023-12-12 15:55:24 +00:00
a67a87ad96 upd go.mod 2023-12-11 20:39:38 +00:00
35e74a90b3 add docstring to parseInput 2023-12-11 19:43:43 +00:00
8e70c5565f remove dist assignment 2023-12-11 19:41:32 +00:00
23be028cd3 refactor range checks
remove unnecessary print
2023-12-11 19:34:14 +00:00
af3e483382 typo 2023-12-11 18:58:13 +00:00
f5ad468db5 add debug print 2023-12-11 18:57:25 +00:00
cc6a0942fb day-11 2023-12-11 18:41:46 +00:00
7cf383d9c9 move steps into tracker... it is afterall, the tracker
initializeTracker should be a factory function
2023-12-11 12:08:55 +00:00
f24a9085b3 day-10 2023-12-11 03:55:09 +00:00
4a7c9082ba day-9 2023-12-09 17:25:53 +00:00
af4701dab7 typo 2023-12-08 21:20:21 +00:00
457358e77b day-8 2023-12-08 21:18:51 +00:00
c6dd5475fa rename file, no changes to content 2023-12-07 23:31:32 +00:00
2ade2bf1fc add run script 2023-12-07 23:19:04 +00:00
14c9e2c504 typo 2023-12-07 23:16:47 +00:00
4aafad4e8d day-7 2023-12-07 23:13:05 +00:00
1c686b53de add run scripts 2023-12-06 17:08:59 +00:00
9fd4f8131a initialize lowest to maxint 2023-12-06 16:55:59 +00:00
60ef7a0557 day-6 2023-12-06 15:56:20 +00:00
fd65c94298 Merge branch 'main' of https://github.com/onyx-and-iris/aoc2023 2023-12-06 04:01:20 +00:00
8af5740946 day-5 2023-12-06 04:01:17 +00:00
c47f06b8e7 cleanup test compare 2023-12-05 01:47:44 +00:00
15af19f442 move Card struct into one.go 2023-12-04 19:41:29 +00:00
981152aba2 whitespace 2023-12-04 19:20:56 +00:00
78f122c850 remove redundant type. 2023-12-04 18:51:16 +00:00
f3985498ce use strings.FieldFunc
remove regex and parsing functions

upd compare test
2023-12-04 18:45:30 +00:00
8aa073b5ad day-4 2023-12-04 17:23:02 +00:00
714558f3c1 add test files to .gitignore 2023-12-04 17:20:48 +00:00
153db25343 fill in CheckDigit test 2023-12-04 03:14:22 +00:00
df7fa4b973 check pass for single digit 2023-12-04 03:13:59 +00:00
c9ea61c7f4 day-3 2023-12-03 23:57:05 +00:00
4593c171d8 no need to check if colour count is 0, just bump. 2023-12-02 22:52:38 +00:00
5b1ca25d3f cut loop short if any value exceeds its limit 2023-12-02 22:40:24 +00:00
bf97f15d04 day-2 2023-12-02 20:13:42 +00:00