mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-09 05:56:06 +00:00
Use underline format for the technical terms (#1213)
* Use underline format for the technical terms * Bug fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 二叉搜索树
|
||||
|
||||
如下图所示,「二叉搜索树 binary search tree」满足以下条件。
|
||||
如下图所示,<u>二叉搜索树(binary search tree)</u>满足以下条件。
|
||||
|
||||
1. 对于根节点,左子树中所有节点的值 $<$ 根节点的值 $<$ 右子树中所有节点的值。
|
||||
2. 任意节点的左、右子树也是二叉搜索树,即同样满足条件 `1.` 。
|
||||
|
||||
Reference in New Issue
Block a user