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
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Does c have class?
Tell me with an example the self-referential structure?
What is the difference between the = symbol and == symbol?
Is c compiled or interpreted?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Do you know the difference between malloc() and calloc() function?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Is it fine to write void main () or main () in c?
How do I send escape sequences to control a terminal or other device?
What is the 'named constructor idiom'?
Explain the difference between strcpy() and memcpy() function?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
how is the examination pattern?
What is the size of enum in bytes?