Skip to content

Commit 28376b3

Browse files
rename SCC and BCC
1 parent 9042b9c commit 28376b3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Articulation.cpp renamed to Tarjan BCC.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// index from 0 to n - 1
12
class Articulation {
23
public:
34
static const int N = 1000005; // 最大结点个数
File renamed without changes.

0 commit comments

Comments
 (0)