We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995448d commit 2f782a8Copy full SHA for 2f782a8
lowest-common-ancestor-of-a-binary-search-tree/dusunax.py
@@ -2,7 +2,7 @@
2
# 235. Lowest Common Ancestor of a Binary Search Tree
3
4
## 기본적인 LCA 찾기 문제이다.
5
-- LCA는 BST에서 주어진 두 노드의 최저 공통 조상이다.
+- LCA는 두 노드의 최저 공통 조상이다.
6
- 두 노드를 descendants로 가진 노드이며, 두 노드도 포함된다.
7
8
### LCA와 이진 탐색 트리 BST, 일반 이진트리 BT
0 commit comments