Skip to content

Commit 0b3caa7

Browse files
Update LCT.mdx
1 parent 9f47061 commit 0b3caa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/6_Advanced/LCT.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Adding an edge or removing an edge between two vertices are standard features of
106106
Checking if there's a path between two nodes is the same as checking if they're part of the same tree.
107107
To check if two nodes are part of the same tree, we can check if the roots of the trees of the two nodes are the same.
108108

109+
### Implementation
110+
109111
<LanguageSection>
110112
<CPPSection>
111113

0 commit comments

Comments
 (0)