What are the traverses in Binary Tree?
Answer Posted / jack
In order... Left node, Root node, Right node
Pre order... Root node, Left node, Right node
Post order... Left node, Right node, Root node
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of 3 dots in java?
What are the 3 types of loops in java?
Explain about abstract classes in java?
Why do we need autoboxing in java?
Difference between predicate, supplier and consumer ?
What is ++ a in java?
What is JVM and is it platform independent?
What is the difference between && and & in java?
What is a variable analysis?
What is functional interface in java?
How do you start a thread?
What is continuity of a function?
How does the java compiler work?
What lambda means?
What is a buffer in computer?