Skip to content

Actions: yut23/advent-of-code

Test gen_matrix.py

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
68 workflow runs
68 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

2023 day 23: use vector for adjacency lists
Test gen_matrix.py #43: Commit 5a5eb7b pushed by yut23
February 16, 2024 23:59 22s main
February 16, 2024 23:59 22s
2023 day 23: use incremental indices for Key
Test gen_matrix.py #42: Commit 61b8564 pushed by yut23
February 16, 2024 23:57 19s main
February 16, 2024 23:57 19s
2023 day 23: pull out some lambdas for nicer profiling
Test gen_matrix.py #41: Commit 783246a pushed by yut23
February 16, 2024 22:00 19s main
February 16, 2024 22:00 19s
2023 day 23: pass Keys by value
Test gen_matrix.py #40: Commit cfaf814 pushed by yut23
February 16, 2024 21:54 24s main
February 16, 2024 21:54 24s
2023 day 23: stop search at last intersection before target
Test gen_matrix.py #39: Commit 083214c pushed by yut23
February 16, 2024 21:48 20s main
February 16, 2024 21:48 20s
2023: use using enum to simplify some code
Test gen_matrix.py #38: Commit 6b89ff7 pushed by yut23
February 16, 2024 20:56 20s main
February 16, 2024 20:56 20s
2023: fix some bugs exposed by additional inputs
Test gen_matrix.py #37: Commit ff6bd86 pushed by yut23
February 2, 2024 23:51 16s main
February 2, 2024 23:51 16s
2023 day 24: fix some rounding issues
Test gen_matrix.py #36: Commit 3d6f8a8 pushed by yut23
January 31, 2024 05:33 15s main
January 31, 2024 05:33 15s
2023: day 24 part 2 complete in C++
Test gen_matrix.py #35: Commit 1d05458 pushed by yut23
January 31, 2024 05:22 17s main
January 31, 2024 05:22 17s
2023: day 24 part 2 complete in C++
Test gen_matrix.py #34: Commit f99d4ff pushed by yut23
January 31, 2024 05:20 17s main
January 31, 2024 05:20 17s
2023: IWYU fixes
Test gen_matrix.py #33: Commit bb775a7 pushed by yut23
January 31, 2024 05:11 41s main
January 31, 2024 05:11 41s
2023: add repr for Grid
Test gen_matrix.py #32: Commit 90a72c4 pushed by yut23
January 31, 2024 05:11 19s main
January 31, 2024 05:11 19s
2023 day 25: use std::priority_queue instead of pairing_heap
Test gen_matrix.py #31: Commit 31907b4 pushed by yut23
January 30, 2024 07:18 18s main
January 30, 2024 07:18 18s
2023 day 25: use integer keys instead of strings
Test gen_matrix.py #30: Commit 048631b pushed by yut23
January 30, 2024 07:04 16s main
January 30, 2024 07:04 16s
2023 day 12: performance improvements
Test gen_matrix.py #29: Commit c8e3150 pushed by yut23
January 30, 2024 05:58 15s main
January 30, 2024 05:58 15s
cpp: increase perf call stack size from 8K to 32K
Test gen_matrix.py #28: Commit 2aa9fbc pushed by yut23
January 30, 2024 03:13 18s main
January 30, 2024 03:13 18s
2023 day 8: store left and right pointers inside Node
Test gen_matrix.py #27: Commit b1f7396 pushed by yut23
January 30, 2024 02:47 20s main
January 30, 2024 02:47 20s
2023 day 8: use a hashmap to store nodes
Test gen_matrix.py #26: Commit 9fe96b6 pushed by yut23
January 29, 2024 23:49 18s main
January 29, 2024 23:49 18s
2023 day 23: use raw Grid indices as keys instead of Pos
Test gen_matrix.py #25: Commit 1df2308 pushed by yut23
January 29, 2024 23:01 15s main
January 29, 2024 23:01 15s
2023: update argument parsing in run.py to match cpp/aoc
Test gen_matrix.py #24: Commit 6c45fe8 pushed by yut23
January 27, 2024 06:19 15s main
January 27, 2024 06:19 15s
Fix spurious answer test failures if source files get updated
Test gen_matrix.py #23: Commit ce04e10 pushed by yut23
January 27, 2024 04:59 15s main
January 27, 2024 04:59 15s
2023: day 23 part 2 complete
Test gen_matrix.py #22: Commit e014dac pushed by yut23
January 27, 2024 04:13 21s main
January 27, 2024 04:13 21s
2023 day 23: speed up graph construction
Test gen_matrix.py #21: Commit 47b53be pushed by yut23
January 27, 2024 04:08 24s main
January 27, 2024 04:08 24s
2023 day 23: fix crash
Test gen_matrix.py #20: Commit 6c73ec4 pushed by yut23
January 27, 2024 02:04 19s main
January 27, 2024 02:04 19s
2023 day 23: convert construct_trails() to be iterative
Test gen_matrix.py #19: Commit 0029472 pushed by yut23
January 27, 2024 01:15 18s main
January 27, 2024 01:15 18s