buffet
This commit is contained in:
parent
f6e64dc425
commit
727d0e72ee
@ -70,6 +70,10 @@ void search(struct tree* this){
|
|||||||
search(this->right);
|
search(this->right);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
printf("Nerozumiem\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_tree(struct tree* tree,int offset){
|
void print_tree(struct tree* tree,int offset){
|
||||||
|
Loading…
Reference in New Issue
Block a user