Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28fa470

Browse files
authored
Merge pull requesttaizilongxu#91 from oillamp/master
style: code style
2 parentsc164ee7 +5af6c59 commit28fa470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,9 +1790,9 @@ def maxDepth(root):
17901790
def isSameTree(p, q):
17911791
if p==Noneand q==None:
17921792
returnTrue
1793-
elif pand q:
1793+
elif pand q:
17941794
return p.val== q.valand isSameTree(p.left,q.left)and isSameTree(p.right,q.right)
1795-
else:
1795+
else:
17961796
returnFalse
17971797
```
17981798

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp