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


Please Help Members By Posting Answers For Below Questions

When should you use arraylist and when should you use linkedlist?

494


What is the benefit of lambda expressions?

495


How does remove work in java?

521


What are the features of java?

533


Is set ordered?

540






What is the main purpose of java?

514


How do you override a method in java?

537


If a class is declared without any access modifiers, where may the class be accessed in java programming?

659


How does queue work in java?

532


What is a class reference?

552


When do I need to use reflection feature in java?

625


What is treemap in java?

552


What is a dot notation?

552


What are the topics in advance java?

519


How do you include a string in java?

524