diff --git a/a3/program.c b/a3/program.c index 4c856c4..c2fd737 100644 --- a/a3/program.c +++ b/a3/program.c @@ -25,14 +25,13 @@ struct node* root; n++; } } - printf("%d",root->data); printf("Je to taka kopa:\n"); - /*for (i = 0; i < n; i++) { + for (i = 0; i < n; i++) { printf("%d\n", a[i]); if(a[i+1]!=0){ } - }*/ - preorderTraversal(root); + } + //preorderTraversal(root); return 0; } \ No newline at end of file