Skip to content

Commit 4ef06fc

Browse files
committed
Merge branch 'dev' into remove_bit_walk
2 parents 583a7a6 + 087f39e commit 4ef06fc

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

.verify-helper/timestamps.remote.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"tests/library_checker_aizu_tests/data_structures/deque_index.test.cpp": "2026-07-06 13:49:19 -0700",
1717
"tests/library_checker_aizu_tests/data_structures/deque_op.test.cpp": "2026-07-07 12:06:00 -0700",
1818
"tests/library_checker_aizu_tests/data_structures/deque_sliding_window.test.cpp": "2026-07-06 13:49:19 -0700",
19-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc.test.cpp": "2026-07-06 13:10:16 -0700",
20-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_lines.test.cpp": "2026-07-06 13:10:16 -0700",
21-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_sum.test.cpp": "2026-07-06 13:10:16 -0700",
19+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc.test.cpp": "2026-07-09 23:01:31 -0500",
20+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_lines.test.cpp": "2026-07-09 23:01:31 -0500",
21+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_sum.test.cpp": "2026-07-09 23:01:31 -0500",
2222
"tests/library_checker_aizu_tests/data_structures/distinct_query.test.cpp": "2026-07-07 10:02:09 -0700",
2323
"tests/library_checker_aizu_tests/data_structures/implicit_seg_tree.test.cpp": "2026-07-07 10:02:09 -0700",
2424
"tests/library_checker_aizu_tests/data_structures/kd_bit_1d.test.cpp": "2026-07-06 13:10:16 -0700",
@@ -30,29 +30,29 @@
3030
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_inc_constructor.test.cpp": "2026-07-06 13:10:16 -0700",
3131
"tests/library_checker_aizu_tests/data_structures/merge_sort_tree.test.cpp": "2026-07-06 13:10:16 -0700",
3232
"tests/library_checker_aizu_tests/data_structures/mode_query.test.cpp": "2026-07-06 13:10:16 -0700",
33-
"tests/library_checker_aizu_tests/data_structures/permutation_tree.test.cpp": "2026-07-07 12:06:00 -0700",
33+
"tests/library_checker_aizu_tests/data_structures/permutation_tree.test.cpp": "2026-07-09 23:01:31 -0500",
3434
"tests/library_checker_aizu_tests/data_structures/persistent_queue_tree.test.cpp": "2026-07-07 10:02:09 -0700",
3535
"tests/library_checker_aizu_tests/data_structures/persistent_seg_tree.test.cpp": "2026-07-07 10:02:09 -0700",
3636
"tests/library_checker_aizu_tests/data_structures/pq_ds_undo_sliding_window.test.cpp": "2026-07-06 13:10:16 -0700",
3737
"tests/library_checker_aizu_tests/data_structures/rmq_linear.test.cpp": "2026-07-06 13:10:16 -0700",
38-
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table.test.cpp": "2026-07-07 12:06:00 -0700",
39-
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table_inc.test.cpp": "2026-07-06 13:10:16 -0700",
40-
"tests/library_checker_aizu_tests/data_structures/simple_tree.test.cpp": "2026-07-07 12:06:00 -0700",
41-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc.test.cpp": "2026-07-07 12:06:00 -0700",
42-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_line.test.cpp": "2026-07-07 12:06:00 -0700",
43-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_queue.test.cpp": "2026-07-07 12:06:00 -0700",
44-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp": "2026-07-07 12:06:00 -0700",
45-
"tests/library_checker_aizu_tests/data_structures/simple_tree_line.test.cpp": "2026-07-07 12:06:00 -0700",
46-
"tests/library_checker_aizu_tests/data_structures/simple_tree_queue.test.cpp": "2026-07-07 12:06:00 -0700",
47-
"tests/library_checker_aizu_tests/data_structures/simple_tree_walk.test.cpp": "2026-07-07 12:06:00 -0700",
38+
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table.test.cpp": "2026-07-09 23:01:31 -0500",
39+
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table_inc.test.cpp": "2026-07-09 23:01:31 -0500",
40+
"tests/library_checker_aizu_tests/data_structures/simple_tree.test.cpp": "2026-07-09 23:01:31 -0500",
41+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc.test.cpp": "2026-07-09 23:01:31 -0500",
42+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_line.test.cpp": "2026-07-09 23:01:31 -0500",
43+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_queue.test.cpp": "2026-07-09 23:01:31 -0500",
44+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp": "2026-07-09 23:01:31 -0500",
45+
"tests/library_checker_aizu_tests/data_structures/simple_tree_line.test.cpp": "2026-07-09 23:01:31 -0500",
46+
"tests/library_checker_aizu_tests/data_structures/simple_tree_queue.test.cpp": "2026-07-09 23:01:31 -0500",
47+
"tests/library_checker_aizu_tests/data_structures/simple_tree_walk.test.cpp": "2026-07-09 23:01:31 -0500",
4848
"tests/library_checker_aizu_tests/dsu/dsu.test.cpp": "2026-02-27 15:26:53 -0700",
4949
"tests/library_checker_aizu_tests/dsu/dsu_bipartite.test.cpp": "2026-07-07 12:06:00 -0700",
5050
"tests/library_checker_aizu_tests/dsu/dsu_weighted_aizu.test.cpp": "2026-07-07 12:06:00 -0700",
5151
"tests/library_checker_aizu_tests/dsu/dsu_weighted_lib_checker.test.cpp": "2026-07-07 12:06:00 -0700",
5252
"tests/library_checker_aizu_tests/dsu/kruskal_tree_aizu.test.cpp": "2026-07-07 09:17:02 -0700",
53-
"tests/library_checker_aizu_tests/dsu/line_tree_aizu.test.cpp": "2026-07-06 13:10:16 -0700",
53+
"tests/library_checker_aizu_tests/dsu/line_tree_aizu.test.cpp": "2026-07-09 23:01:31 -0500",
5454
"tests/library_checker_aizu_tests/dsu/line_tree_lib_checker.test.cpp": "2026-07-06 13:10:16 -0700",
55-
"tests/library_checker_aizu_tests/dsu/range_parallel_dsu.test.cpp": "2026-07-07 12:06:00 -0700",
55+
"tests/library_checker_aizu_tests/dsu/range_parallel_dsu.test.cpp": "2026-07-09 23:01:31 -0500",
5656
"tests/library_checker_aizu_tests/flow/hungarian.test.cpp": "2026-07-07 12:06:00 -0700",
5757
"tests/library_checker_aizu_tests/flow/min_cost_max_flow.test.cpp": "2026-04-06 14:41:55 -0600",
5858
"tests/library_checker_aizu_tests/graphs/bcc_callback_aizu_bcc.test.cpp": "2026-07-07 12:06:00 -0700",
@@ -74,22 +74,22 @@
7474
"tests/library_checker_aizu_tests/graphs/strongly_connected_components_aizu.test.cpp": "2026-07-07 12:06:00 -0700",
7575
"tests/library_checker_aizu_tests/graphs/strongly_connected_components_lib_checker.test.cpp": "2026-07-07 12:06:00 -0700",
7676
"tests/library_checker_aizu_tests/graphs/two_edge_components.test.cpp": "2026-07-07 12:06:00 -0700",
77-
"tests/library_checker_aizu_tests/handmade_tests/count_paths.test.cpp": "2026-07-08 09:28:48 -0700",
77+
"tests/library_checker_aizu_tests/handmade_tests/count_paths.test.cpp": "2026-07-09 23:01:31 -0500",
7878
"tests/library_checker_aizu_tests/handmade_tests/dsu.test.cpp": "2026-07-07 12:06:00 -0700",
7979
"tests/library_checker_aizu_tests/handmade_tests/edge_cd_small_trees.test.cpp": "2026-07-08 09:28:48 -0700",
8080
"tests/library_checker_aizu_tests/handmade_tests/fib_matrix_expo.test.cpp": "2026-07-07 12:06:00 -0700",
8181
"tests/library_checker_aizu_tests/handmade_tests/functional_graph.test.cpp": "2026-07-07 12:06:00 -0700",
8282
"tests/library_checker_aizu_tests/handmade_tests/hilbert_mos.test.cpp": "2026-07-07 12:06:00 -0700",
8383
"tests/library_checker_aizu_tests/handmade_tests/kd_bit.test.cpp": "2026-07-07 12:06:00 -0700",
84-
"tests/library_checker_aizu_tests/handmade_tests/kth_par.test.cpp": "2026-07-07 12:06:00 -0700",
85-
"tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp": "2026-07-07 12:06:00 -0700",
84+
"tests/library_checker_aizu_tests/handmade_tests/kth_par.test.cpp": "2026-07-09 23:01:31 -0500",
85+
"tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp": "2026-07-09 23:01:31 -0500",
8686
"tests/library_checker_aizu_tests/handmade_tests/merge_st_and_wavelet.test.cpp": "2026-07-07 12:06:00 -0700",
8787
"tests/library_checker_aizu_tests/handmade_tests/mobius.test.cpp": "2026-07-06 13:10:16 -0700",
8888
"tests/library_checker_aizu_tests/handmade_tests/mod_division.test.cpp": "2026-07-08 09:28:48 -0700",
8989
"tests/library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp": "2026-07-07 12:06:00 -0700",
90-
"tests/library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp": "2026-07-07 12:06:00 -0700",
91-
"tests/library_checker_aizu_tests/handmade_tests/rmq_small_n.test.cpp": "2026-07-07 12:06:00 -0700",
92-
"tests/library_checker_aizu_tests/handmade_tests/sa_find_subarray.test.cpp": "2026-07-08 09:28:48 -0700",
90+
"tests/library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp": "2026-07-09 23:01:31 -0500",
91+
"tests/library_checker_aizu_tests/handmade_tests/rmq_small_n.test.cpp": "2026-07-09 23:01:31 -0500",
92+
"tests/library_checker_aizu_tests/handmade_tests/sa_find_subarray.test.cpp": "2026-07-09 23:01:31 -0500",
9393
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find.test.cpp": "2026-07-08 09:28:48 -0700",
9494
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp": "2026-07-07 12:06:00 -0700",
9595
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_midpoint.test.cpp": "2026-07-07 09:17:02 -0700",
@@ -117,18 +117,18 @@
117117
"tests/library_checker_aizu_tests/monotonic_stack_related/max_rect_histogram.test.cpp": "2026-07-07 12:06:00 -0700",
118118
"tests/library_checker_aizu_tests/strings/kmp.test.cpp": "2026-07-08 09:28:48 -0700",
119119
"tests/library_checker_aizu_tests/strings/lcp_array.test.cpp": "2026-07-07 12:06:00 -0700",
120-
"tests/library_checker_aizu_tests/strings/lcp_query_palindrome.test.cpp": "2026-07-08 09:28:48 -0700",
121-
"tests/library_checker_aizu_tests/strings/lcp_query_zfunc.test.cpp": "2026-07-08 09:28:48 -0700",
120+
"tests/library_checker_aizu_tests/strings/lcp_query_palindrome.test.cpp": "2026-07-09 23:01:31 -0500",
121+
"tests/library_checker_aizu_tests/strings/lcp_query_zfunc.test.cpp": "2026-07-09 23:01:31 -0500",
122122
"tests/library_checker_aizu_tests/strings/lcs_dp.test.cpp": "2026-07-06 13:10:16 -0700",
123123
"tests/library_checker_aizu_tests/strings/lcs_queries.test.cpp": "2026-07-08 09:28:48 -0700",
124124
"tests/library_checker_aizu_tests/strings/lcs_queries_merge_sort_tree.test.cpp": "2026-07-06 13:10:16 -0700",
125125
"tests/library_checker_aizu_tests/strings/manacher.test.cpp": "2026-07-07 12:06:00 -0700",
126-
"tests/library_checker_aizu_tests/strings/multi_matching_bs.test.cpp": "2026-07-08 09:28:48 -0700",
126+
"tests/library_checker_aizu_tests/strings/multi_matching_bs.test.cpp": "2026-07-09 23:01:31 -0500",
127127
"tests/library_checker_aizu_tests/strings/prefix_function.test.cpp": "2026-07-06 13:10:16 -0700",
128-
"tests/library_checker_aizu_tests/strings/sa_cmp.test.cpp": "2026-07-08 09:28:48 -0700",
129-
"tests/library_checker_aizu_tests/strings/sa_sort_pairs.test.cpp": "2026-07-08 09:28:48 -0700",
130-
"tests/library_checker_aizu_tests/strings/single_matching_bs.test.cpp": "2026-07-08 09:28:48 -0700",
131-
"tests/library_checker_aizu_tests/strings/suffix_array.test.cpp": "2026-07-08 09:28:48 -0700",
128+
"tests/library_checker_aizu_tests/strings/sa_cmp.test.cpp": "2026-07-09 23:01:31 -0500",
129+
"tests/library_checker_aizu_tests/strings/sa_sort_pairs.test.cpp": "2026-07-09 23:01:31 -0500",
130+
"tests/library_checker_aizu_tests/strings/single_matching_bs.test.cpp": "2026-07-09 23:01:31 -0500",
131+
"tests/library_checker_aizu_tests/strings/suffix_array.test.cpp": "2026-07-09 23:01:31 -0500",
132132
"tests/library_checker_aizu_tests/strings/suffix_array_short.test.cpp": "2026-07-07 12:06:00 -0700",
133133
"tests/library_checker_aizu_tests/strings/trie.test.cpp": "2026-07-06 13:10:16 -0700",
134134
"tests/library_checker_aizu_tests/strings/wildcard_pattern_matching.test.cpp": "2026-07-07 12:06:00 -0700",
@@ -142,12 +142,12 @@
142142
"tests/library_checker_aizu_tests/trees/hld_lib_checker_path.test.cpp": "2026-07-08 22:13:09 -0500",
143143
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_edges.test.cpp": "2026-07-08 22:13:09 -0500",
144144
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_nodes.test.cpp": "2026-07-08 22:13:09 -0500",
145-
"tests/library_checker_aizu_tests/trees/kth_path_hagerup.test.cpp": "2026-07-07 12:06:00 -0700",
146-
"tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp": "2026-07-07 11:01:21 -0700",
147-
"tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp": "2026-07-07 11:01:21 -0700",
148-
"tests/library_checker_aizu_tests/trees/kth_path_tree_lift.test.cpp": "2026-07-07 12:06:00 -0700",
149-
"tests/library_checker_aizu_tests/trees/lca_all_methods_aizu.test.cpp": "2026-07-07 12:06:00 -0700",
150-
"tests/library_checker_aizu_tests/trees/lca_all_methods_lib_checker.test.cpp": "2026-07-07 12:06:00 -0700",
145+
"tests/library_checker_aizu_tests/trees/kth_path_hagerup.test.cpp": "2026-07-09 23:01:31 -0500",
146+
"tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp": "2026-07-09 23:01:31 -0500",
147+
"tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp": "2026-07-09 23:01:31 -0500",
148+
"tests/library_checker_aizu_tests/trees/kth_path_tree_lift.test.cpp": "2026-07-09 23:01:31 -0500",
149+
"tests/library_checker_aizu_tests/trees/lca_all_methods_aizu.test.cpp": "2026-07-09 23:01:31 -0500",
150+
"tests/library_checker_aizu_tests/trees/lca_all_methods_lib_checker.test.cpp": "2026-07-09 23:01:31 -0500",
151151
"tests/library_checker_aizu_tests/trees/shallowest_aizu_tree_height.test.cpp": "2026-07-07 09:27:22 -0700",
152152
"tests/library_checker_aizu_tests/trees/shallowest_lib_checker_tree_path_composite.test.cpp": "2026-07-07 09:27:22 -0700",
153153
"tests/library_checker_aizu_tests/trees/subtree_isomorphism.test.cpp": "2026-07-07 09:27:22 -0700"

0 commit comments

Comments
 (0)