mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 14:59:53 +08:00
build
This commit is contained in:
@@ -1387,6 +1387,8 @@ comments: true
|
||||
} else {
|
||||
pre->right = child;
|
||||
}
|
||||
// 释放内存
|
||||
free(cur);
|
||||
} else {
|
||||
/* 子节点数量 = 2 */
|
||||
// 获取中序遍历中 cur 的下一个节点
|
||||
|
||||
Reference in New Issue
Block a user