We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080f66a commit d948325Copy full SHA for d948325
tests/scripts/ptc.sh
@@ -18,7 +18,7 @@ rm ../library/data_structures/seg_tree_uncommon/implicit.hpp || exit 1
18
rm ../library/data_structures/seg_tree_uncommon/kth_smallest_query.hpp || exit 1
19
rm ../library/data_structures/uncommon/mode_query.hpp || exit 1
20
rm ../library/data_structures/uncommon/priority_queue_of_updates.hpp || exit 1
21
-rm ../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp || exit 1
+rm ../library/graphs/scc/add_edges_strongly_connected.hpp || exit 1
22
rm ../library/graphs/functional_graph_processor.hpp || exit 1
23
rm ../library/math/derangements.hpp || exit 1
24
rm ../library/math/num_distinct_subsequences.hpp || exit 1
0 commit comments