File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 124124"tests/library_checker_aizu_tests/strings/suffix_array.test.cpp" : " 2025-08-06 09:59:41 -0600" ,
125125"tests/library_checker_aizu_tests/strings/suffix_array_short.test.cpp" : " 2025-08-05 19:19:23 -0600" ,
126126"tests/library_checker_aizu_tests/strings/trie.test.cpp" : " 2024-12-05 10:41:42 -0600" ,
127- "tests/library_checker_aizu_tests/strings/wildcard_pattern_matching.test.cpp" : " 2025-08-05 19:19:23 -0600" ,
127+ "tests/library_checker_aizu_tests/strings/wildcard_pattern_matching.test.cpp" : " 2025-08-05 19:19:23 -0600"
128128}
Original file line number Diff line number Diff line change @@ -28,13 +28,12 @@ rm ../library/monotonic_stack/max_rect_histogram.hpp || exit 1
2828rm ../library/monotonic_stack/cartesian_binary_tree_after.png || exit 1
2929rm ../library/monotonic_stack/mono_stack_ri.png || exit 1
3030rm ../library/strings/manacher/longest_palindrome_query.hpp || exit 1
31- rm ../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp || exit 1
32- rm ../library/trees/centroid_decomp_uncommon/count_paths_per_node.hpp || exit 1
33- rm ../library/trees/edge_centroid_decomp_uncommon/contour_range_query.hpp || exit 1
34- rm ../library/trees/edge_centroid_decomp_uncommon/contour_range_update.hpp || exit 1
35- rm ../library/trees/edge_centroid_decomp_uncommon/count_paths_per_length.hpp || exit 1
36- rm ../library/trees/edge_centroid_decomp_uncommon/sum_adjacent.hpp || exit 1
37- rm ../library/trees/ladder_decomposition/ladder_decomposition.hpp || exit 1
31+ rm ../library/trees/uncommon/count_paths_per_length.hpp || exit 1
32+ rm ../library/trees/uncommon/count_paths_per_node.hpp || exit 1
33+ rm ../library/trees/uncommon/contour_range_query.hpp || exit 1
34+ rm ../library/trees/uncommon/contour_range_update.hpp || exit 1
35+ rm ../library/trees/uncommon/sum_adjacent.hpp || exit 1
36+ rm ../library/trees/uncommon/ladder_decomposition.hpp || exit 1
3837
3938# remove links in comments: these aren't useful in the PDF, and are usually the
4039# longest words which extend into the next column
You can’t perform that action at this time.
0 commit comments