8000 refactor 572 · venkim/Leetcode@5aa1996 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aa1996

Browse files
refactor 572
1 parent f7294be commit 5aa1996

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/solutions/_572.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/**
66
* 572. Subtree of Another Tree
7+
*
78
Given two non-empty binary trees s and t,
89
check whether tree t has exactly the same structure and node values with a subtree of s.
910
A subtree of s is a tree consists of a node in s and all of this node's descendants. The tree s could also be considered as a subtree of itself.

0 commit comments

Comments
 (0)
0