uz funguj

This commit is contained in:
Valér Jakubčo 2021-11-26 03:20:25 +01:00
parent 41d1d574eb
commit 51fa1b77cf

View File

@ -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;
}