Aktualizovat du5/program.c
This commit is contained in:
parent
44fdbcf292
commit
8d54f444ab
@ -20,7 +20,9 @@ int lineCount = 0;
|
|||||||
int indexLine = 0;
|
int indexLine = 0;
|
||||||
int nodeCount = 0;
|
int nodeCount = 0;
|
||||||
int answerCount = 0;
|
int answerCount = 0;
|
||||||
int invalidIndex = -1;
|
|
||||||
|
//pomocna konstanta
|
||||||
|
const int invalidIndex = -1;
|
||||||
|
|
||||||
// vytvorii binarny strom na zakl. vstupu
|
// vytvorii binarny strom na zakl. vstupu
|
||||||
//** VRATI -> Bud cislo > 0 (Platny Koren) ALEBO stav '-1' (Neplatny index korenu, cize koniec stromu)
|
//** VRATI -> Bud cislo > 0 (Platny Koren) ALEBO stav '-1' (Neplatny index korenu, cize koniec stromu)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user