File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
library/graphs/bridges_cuts Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 5050"tests/library_checker_aizu_tests/flow/dinic_aizu.test.cpp" : " 2024-11-17 14:04:03 -0600" ,
5151"tests/library_checker_aizu_tests/flow/hungarian.test.cpp" : " 2024-11-17 14:04:03 -0600" ,
5252"tests/library_checker_aizu_tests/flow/min_cost_max_flow.test.cpp" : " 2024-12-05 10:41:42 -0600" ,
53- "tests/library_checker_aizu_tests/graphs/bcc_callback_lib_checker_bcc.test.cpp" : " 2025-06-23 19:01:11 -0600" ,
5453"tests/library_checker_aizu_tests/graphs/biconnected_components.test.cpp" : " 2025-02-10 23:30:47 -0700" ,
5554"tests/library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp" : " 2024-12-14 19:50:29 -0600" ,
5655"tests/library_checker_aizu_tests/graphs/dijkstra_aizu.test.cpp" : " 2024-12-14 19:50:29 -0600" ,
Original file line number Diff line number Diff line change 77// ! UF uf(n);
88// ! bcc_callback(adj, [&](const vi& nodes) {
99// ! if (sz(nodes) == 2)
10- // ! return; // bridge assuming no multiple edges
10+ // ! return; // is bridge assuming no multiple edges
1111// ! for (int v : nodes) uf.join(v, nodes[0]);
1212// ! });
1313// ! vector<basic_string<int>> bridge_tree(n);
You can’t perform that action at this time.
0 commit comments