mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
fine tune
This commit is contained in:
@@ -214,5 +214,5 @@ void main() {
|
||||
|
||||
/* 查询节点 */
|
||||
TreeNode? node = avlTree.search(7);
|
||||
print("\n查找到的节点对象为 $node,节点值 = ${node!.val}");
|
||||
print("\n查找到的节点对象为 $node ,节点值 = ${node!.val}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user