a3
This commit is contained in:
parent
21d18dafda
commit
6b98cd5c9f
@ -25,14 +25,13 @@ struct node* root;
|
|||||||
n++;
|
n++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("%d",root->data);
|
|
||||||
printf("Je to taka kopa:\n");
|
printf("Je to taka kopa:\n");
|
||||||
/*for (i = 0; i < n; i++) {
|
for (i = 0; i < n; i++) {
|
||||||
printf("%d\n", a[i]);
|
printf("%d\n", a[i]);
|
||||||
if(a[i+1]!=0){
|
if(a[i+1]!=0){
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
preorderTraversal(root);
|
//preorderTraversal(root);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user