Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 11:05:17 +00:00
parent 7ffdfd5849
commit 18b2d646e1

View File

@ -20,7 +20,7 @@ int lineCount = 0;
int indexLine = 0;
int nodeCount = 0;
int answerCount = 0;
bool isTreeBroken = false;
bool treeIsBroken = false;
//pomocna konstanta
const int invalidIndex = -1;