How would you print out the data in a binary tree, level by
level, starting at the top?
Answer Posted / sridhar
By using inorder,preorder,postorder.the data may print as
LDR,DLR,LRD.this only the chance to print data in a bionary
tree.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
difference between native and cross compilers
What is assert and when would I use it?
What is time complexity c?
What are the types of pointers?
Is it possible to initialize a variable at the time it was declared?
What are the three constants used in c?
What does #pragma once mean?
How can I write functions that take a variable number of arguments?
explain what are pointers?
Does free set pointer to null?
How can I invoke another program or command and trap its output?
What is zero based addressing?
How can variables be characterized?
why do some people write if(0 == x) instead of if(x == 0)?
What is the difference between void main and main in c?