mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 22:34:18 +08:00
Fine tune
This commit is contained in:
@ -116,7 +116,7 @@ namespace hello_algo.chapter_computational_complexity
|
||||
quadraticRecur(n);
|
||||
// 指数阶
|
||||
TreeNode? root = buildTree(n);
|
||||
PrintUtil.printTree(root);
|
||||
PrintUtil.PrintTree(root);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user