Skip to content

Commit 04d4401

Browse files
committed
feat: review "validate-binary-search-tree"
1 parent 86e4ca9 commit 04d4401

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

โ€Žvalid-palindrome/shinsj4653.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"""
2+
[๋ฌธ์ œํ’€์ด]
3+
# Inputs
4+
5+
# Outputs
6+
7+
# Constraints
8+
9+
# Ideas
10+
11+
[ํšŒ๊ณ ]
12+
13+
"""

โ€Žvalidate-binary-search-tree/shinsj4653.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def isValidBST(self, root: Optional[TreeNode]) -> bool:
7373
๊ฒฐ๊ตญ ํ’€์ด ์ฐธ๊ณ 
7474
7575
[ํšŒ๊ณ ]
76-
77-
76+
์ƒํ•œ๊ฐ’, ํ•˜ํ•œ๊ฐ’ ๊นŒ์ง€ ๋„˜๊ธฐ๋Š” ์‚ฌ๊ณ  ์žฅ์ฐฉํ•˜๊ธฐ! ๋ณต์Šต ๋˜ ๋ณต์Šต!
7877
"""
7978

8079
# Definition for a binary tree node.

0 commit comments

Comments
ย (0)