Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the traverses in Binary Tree?

Answers were Sorted based on User's Feedback



What are the traverses in Binary Tree?..

Answer / firewithin

Inorder
Preorder
PostOrder

Is This Answer Correct ?    16 Yes 0 No

What are the traverses in Binary Tree?..

Answer / 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

More Core Java Interview Questions

What are the 8 data types in java?

0 Answers  


What are instance variables?

0 Answers  


What is a default constraint?

0 Answers   HCL,


How to find the given number is a prime number or not by getting input from the user

0 Answers  


What is ++ a in java?

0 Answers  


what is d difference between deep cloning and shallow cloning in core java?

3 Answers   Satyam,


What is lexicographically smallest string?

0 Answers  


Why do we need to override equals() and hascode() method of object class?

1 Answers   Cognizant,


What do you mean by scope of variable?

0 Answers  


Differentiate between a class and an object.

0 Answers  


What is a layout manager?

1 Answers  


Is array a class in java?

0 Answers  


Categories