mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 10:33:34 +08:00
fix some bugs in c codes (#1089)
This commit is contained in:
@@ -25,7 +25,7 @@ void testTreeNode() {
|
||||
printTree(root);
|
||||
|
||||
// tree to arr
|
||||
int *arr = treeToArray(root, size);
|
||||
int *arr = treeToArray(root, &size);
|
||||
printArray(arr, size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user