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 an 8 bit word?
Can you sort a list in java?
Is arraylist ordered?
What is map and hashmap in java?
What are the methods used to implement for the key object in the hash map?
What is sorting algorithm in java?
What programs use java?
What are class members by default?
How would overload a function based on return type?
Can you sort a string in java?
Explain about transient variables in java?
What are class types in java?
What is the use of join method?
What is a locale?
Explain the concept of proper inheritance?