Skip to content

Commit 2f782a8

Browse files
committed
update solution: 주석 수정
1 parent 995448d commit 2f782a8

File tree

1 file changed

+1
-1
lines changed
  • lowest-common-ancestor-of-a-binary-search-tree

1 file changed

+1
-1
lines changed

lowest-common-ancestor-of-a-binary-search-tree/dusunax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 235. Lowest Common Ancestor of a Binary Search Tree
33
44
## 기본적인 LCA 찾기 문제이다.
5-
- LCA는 BST에서 주어진 두 노드의 최저 공통 조상이다.
5+
- LCA는 두 노드의 최저 공통 조상이다.
66
- 두 노드를 descendants로 가진 노드이며, 두 노드도 포함된다.
77
88
### LCA와 이진 탐색 트리 BST, 일반 이진트리 BT

0 commit comments

Comments
 (0)