Update 'cv8/program.c'
This commit is contained in:
parent
9692504b2f
commit
890c93c379
@ -71,7 +71,7 @@ void print_dot(struct tree* node) {
|
|||||||
}
|
}
|
||||||
print_dot(node->right);
|
print_dot(node->right);
|
||||||
}
|
}
|
||||||
printf("}\n");
|
//printf("}\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int count_leaves(struct tree* node) {
|
int count_leaves(struct tree* node) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user