Mercurial > baum
comparison baum.c @ 4:24a697f37e7c
trivial output improvement
author | meillo@marmaro.de |
---|---|
date | Thu, 07 Feb 2008 18:05:03 +0100 |
parents | 15d7d6b9766f |
children | c202ccccedb5 |
comparison
equal
deleted
inserted
replaced
3:15d7d6b9766f | 4:24a697f37e7c |
---|---|
122 | 122 |
123 | 123 |
124 /* main */ | 124 /* main */ |
125 int main(int argc, char* argv[]) { | 125 int main(int argc, char* argv[]) { |
126 init(); | 126 init(); |
127 | |
127 printTree(root); | 128 printTree(root); |
129 printf("\n\n"); | |
128 | 130 |
129 action(root); | 131 action(root); |
130 | 132 |
133 printf("\n\n"); | |
131 printTree(root); | 134 printTree(root); |
135 | |
132 delete(root); | 136 delete(root); |
133 | 137 |
134 return(0); | 138 return(0); |
135 } | 139 } |