123
This commit is contained in:
parent
46d025cf6d
commit
7fa8f9b45b
@ -42,21 +42,22 @@ int search(Node* root, int x) {
|
||||
|
||||
// Implementace funkce build_tree
|
||||
void build_tree() {
|
||||
// Zde implementujte vytvoření stromu
|
||||
// Implementace funkce build_tree
|
||||
}
|
||||
|
||||
// Implementace funkce free_tree
|
||||
void free_tree() {
|
||||
// Zde implementujte uvolnění paměti použité pro strom
|
||||
// Implementace funkce free_tree
|
||||
}
|
||||
|
||||
// Implementace funkce sorted_data
|
||||
void sorted_data() {
|
||||
// Implementace funkce sorted_data
|
||||
printf("Testovací funkce pro kontrolu správnosti řazení dat.\n");
|
||||
}
|
||||
|
||||
int main() {
|
||||
// Volání testů a jiné části kódu
|
||||
sorted_data(); // Zavolání funkce sorted_data pro účely testování
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user