uz funguj
This commit is contained in:
parent
41d1d574eb
commit
51fa1b77cf
@ -9,7 +9,6 @@
|
||||
struct node {
|
||||
// Otázka aleo odpoveď
|
||||
char data[SIZE];
|
||||
struct node* parent;
|
||||
// Odpoveď áno
|
||||
struct node* left;
|
||||
// Odpoveď nie
|
||||
@ -92,3 +91,4 @@ int main(){
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user