mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-16 19:11:02 +08:00
Bug fixes to C code.
This commit is contained in:
@@ -56,5 +56,6 @@ int main() {
|
||||
printf("构建的二叉树为:\n");
|
||||
printTree(root);
|
||||
|
||||
freeMemoryTree(root);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user