Skip to content

Commit 78bb47b

Browse files
committed
fixes
1 parent dd7dcf8 commit 78bb47b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.verify-helper/timestamps.remote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@
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
}

tests/scripts/build_pdf.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ rm ../library/monotonic_stack/max_rect_histogram.hpp || exit 1
2828
rm ../library/monotonic_stack/cartesian_binary_tree_after.png || exit 1
2929
rm ../library/monotonic_stack/mono_stack_ri.png || exit 1
3030
rm ../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

0 commit comments

Comments
 (0)