Skip to content

Commit 0cb14ca

Browse files
committed
공간복잡도 업데이트
1 parent 23142a7 commit 0cb14ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validate-binary-search-tree/yuseok89.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TC: O(N)
2-
# SC: O(1)
2+
# SC: O(H)
33
# Definition for a binary tree node.
44
# class TreeNode:
55
# def __init__(self, val=0, left=None, right=None):

0 commit comments

Comments
 (0)