Skip to content

Commit

Permalink
Fix source link in LinkCutTree.h (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJCUBER authored Oct 27, 2024
1 parent 0f7058c commit a78e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/graph/LinkCutTree.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Author: Simon Lindholm
* Date: 2016-07-25
* Source: https://github.com/ngthanhtrung23/ACM_Notebook_new/blob/master/DataStructure/LinkCut.h
* Source: https://github.com/ngthanhtrung23/ACM_Notebook_new/blob/master/DataStructure/LinkCutTree.h
* Description: Represents a forest of unrooted trees. You can add and remove
* edges (as long as the result is still a forest), and check whether
* two nodes are in the same tree.
Expand Down

0 comments on commit a78e5bc

Please sign in to comment.