Skip to content

Commit 473ad92

Browse files
committed
remove some files from pdf
1 parent d60ec46 commit 473ad92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/scripts/build_pdf.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ rm ../library/data_structures/seg_tree_uncommon/kth_smallest_query.hpp || exit 1
1919
rm ../library/data_structures/uncommon/mode_query.hpp || exit 1
2020
rm ../library/data_structures/uncommon/priority_queue_of_updates.hpp || exit 1
2121
rm ../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp || exit 1
22+
rm ../library/graphs/strongly_connected_components/offline_incremental_scc.hpp || exit 1
23+
rm ../library/graphs/uncommon/bridges.hpp || exit 1
24+
rm ../library/graphs/uncommon/cuts.hpp || exit 1
25+
rm ../library/graphs/uncommon/block_vertex_tree.hpp || exit 1
26+
rm ../library/graphs/uncommon/bridge_tree.hpp || exit 1
2227
rm ../library/math/derangements.hpp || exit 1
2328
rm ../library/math/num_distinct_subsequences.hpp || exit 1
2429
rm ../library/math/partitions.hpp || exit 1

0 commit comments

Comments
 (0)