Skip to content

Commit 4c5b922

Browse files
committed
Add comments
1 parent 9677bef commit 4c5b922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1026.maximum-difference-between-node-and-ancestor.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# self.val = val
1212
# self.left = left
1313
# self.right = right
14+
1415
class Solution:
1516
def maxAncestorDiff(self, root: Optional[TreeNode]) -> int:
1617
# first intuition: dfs

0 commit comments

Comments
 (0)