• Joined on 2024-07-13
yk pushed to master at yk/aoc2024 2024-12-12 01:30:26 +00:00
6d308ac598 add if_let_guard feature
6643e3c6a8 deps: add cached crate
Compare 2 commits »
yk pushed to master at yk/aoc2024 2024-12-11 03:45:49 +00:00
3fd38a2393 solution: day 10
yk pushed to master at yk/aoc2024 2024-12-09 07:14:19 +00:00
d84113bf2e solution: day 9
yk pushed to master at yk/aoc2024 2024-12-09 07:13:40 +00:00
c090ff640a solution: day 9
yk pushed to master at yk/aoc2024 2024-12-09 07:13:19 +00:00
05e2cdebf2 add macro for comparing enum discriminants
yk pushed to master at yk/aoc2024 2024-12-08 19:03:43 +00:00
35c7749abf refactor: day 8
yk pushed to master at yk/aoc2024 2024-12-08 19:00:32 +00:00
bb4e9bbbdd solution: day 8
yk pushed to master at yk/aoc2024 2024-12-07 05:41:12 +00:00
60999332dc solution: day 7
yk pushed to master at yk/esodate 2024-12-07 03:37:40 +00:00
3913e79acf refactor: code deduplication, extracted conversion into utils module
yk created branch master in yk/esodate 2024-12-07 03:13:27 +00:00
yk pushed to master at yk/esodate 2024-12-07 03:13:27 +00:00
c4045c9142 initial commit: basic julian/gregorian tables + julian/gregorian date ⇔ julian day conversion
yk created repository yk/esodate 2024-12-07 03:13:12 +00:00
yk pushed to master at yk/aoc2024 2024-12-06 09:53:11 +00:00
55688a124d solution: day 6
yk pushed to master at yk/aoc2024 2024-12-06 07:50:53 +00:00
50dc9543da solution: day 5
yk pushed to master at yk/aoc2024 2024-12-04 17:08:20 +00:00
3a9a75558b solution: day 4
yk pushed to master at yk/aoc2024 2024-12-03 19:58:25 +00:00
49650c8a28 solution: day 3
93697d8d8d add type_alias_impl_trait feature flag
Compare 2 commits »
yk pushed to master at yk/aoc2024 2024-12-02 14:09:48 +00:00
39c5eb1897 solution refactoring: day 1, with BinaryHeap<Reverse<T>>
yk pushed to master at yk/aoc2024 2024-12-02 14:09:19 +00:00
005e655daf solution refactoring: day 1, with BinaryHeap<Reverse<T>>
507f88f5d4 add binary_heap_into_iter_sorted nightly feature
aefd094548 add std::cmp::Ordering re-export
Compare 3 commits »
yk pushed to master at yk/aoc2024 2024-12-02 05:47:17 +00:00
0b2dc35cad add array_windows feature
5921b577c0 solution: day 2 + add BinaryHeap re-export
Compare 2 commits »
yk pushed to master at yk/aoc2024 2024-12-02 05:45:00 +00:00
b6b7a43fba add array_windows feature