We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9042b9c commit 28376b3Copy full SHA for 28376b3
Articulation.cpp renamed to Tarjan BCC.cpp
@@ -1,3 +1,4 @@
1
+// index from 0 to n - 1
2
class Articulation {
3
public:
4
static const int N = 1000005; // 最大结点个数
SCC.cpp renamed to Tarjan SCC.cpp
0 commit comments