This commit is contained in:
mr314ot 2025-11-21 08:36:28 +01:00
parent 92be9ce7d4
commit f654def9d1

View File

@ -104,13 +104,13 @@ int main() {
return 0;
}
// skontrolovat prazdny riadok
/* // skontrolovat prazdny riadok
char buffer[SIZE];
if (!fgets(buffer, SIZE, stdin) || strlen(buffer) > 1) {
printf("Chybna databaza\n");
destroy_tree(root);
return 0;
}
}*/
int leaves = count_leaves(root);