mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
Fix a figure and latex symbols.
This commit is contained in:
@@ -80,7 +80,7 @@ class BinarySearchTree {
|
||||
pre.left = node;
|
||||
}
|
||||
|
||||
/* 删除节点 */
|
||||
/* 删除节点 */
|
||||
void remove(int num) {
|
||||
// 若树为空,直接提前返回
|
||||
if (_root == null) return;
|
||||
|
||||
Reference in New Issue
Block a user