Skip to content

Commit 7123e4f

Browse files
author
krystism
committed
Update README.md
1 parent 3a8731e commit 7123e4f

File tree

1 file changed

+2
-2
lines changed
  • algorithms/LowestCommonAncestorofaBinarySearchTree

1 file changed

+2
-2
lines changed

algorithms/LowestCommonAncestorofaBinarySearchTree/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ private:
4141
4242
## 相关题目
4343
44-
[Lowest Common Ancestor of a Binary Search Tree](../LowestCommonAncestorofaBinarySearchTree):求BST最低公共祖先节点
45-
[Lowest Common Ancestor of a Binary Tree](../LowestCommonAncestorofaBinaryTree):求二叉树最低公共祖先节点
44+
* [Lowest Common Ancestor of a Binary Search Tree](../LowestCommonAncestorofaBinarySearchTree):求BST最低公共祖先节点
45+
* [Lowest Common Ancestor of a Binary Tree](../LowestCommonAncestorofaBinaryTree):求二叉树最低公共祖先节点

0 commit comments

Comments
 (0)