Skip to content

Commit a78e5bc

Browse files
authored
Fix source link in LinkCutTree.h (#278)
1 parent 0f7058c commit a78e5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graph/LinkCutTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Author: Simon Lindholm
33
* Date: 2016-07-25
4-
* Source: https://github.com/ngthanhtrung23/ACM_Notebook_new/blob/master/DataStructure/LinkCut.h
4+
* Source: https://github.com/ngthanhtrung23/ACM_Notebook_new/blob/master/DataStructure/LinkCutTree.h
55
* Description: Represents a forest of unrooted trees. You can add and remove
66
* edges (as long as the result is still a forest), and check whether
77
* two nodes are in the same tree.

0 commit comments

Comments
 (0)