Unverified Commit c384023f authored by 雷蒻's avatar 雷蒻 Committed by GitHub
Browse files

Update bst.md

一点微小的格式修改

好吧标题中不能有 Latex
parent cef5bc0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ int queryrnk(int o, int v) {
}
```

### 查找排名为 $k$ 的元素
### 查找排名为 k 的元素

在一棵子树中,根节点的排名取决于其左子树的大小。