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