You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lcci/04.10.Check SubTree/README_EN.md
+37-3
Original file line number
Diff line number
Diff line change
@@ -51,18 +51,52 @@
51
51
52
52
53
53
## Solutions
54
-
54
+
Find the t2 node in t1 first, then use the depth-first search (DFS) algorithm to make sure that the subtree and the subtree of t2 are identical, otherwise return FALSE.
0 commit comments