How do you traverse a binary tree, Mathematics

Assignment Help:

How do you traverse a Binary Tree?  Describe Preorder, Inorder and Postorder traversals with example.    

Ans: Traversal of tree means tree searching for a aim. The aim may be for searching or sorting of the items consisted of in a tree. A tree may consist of an item at its node as a label.

Traversing a tree is a recursive process. 

1764_How do you traverse a Binary Tree.png

To apply this, a tree is considered to comprise three components: root, left subtree and right subtree. These three components can be in order in six different ways: (left, root, right), (root, left, right), (left, right, root), (right, left, root), (right, root, left) and (root, right, left). The first three are used while the last three combinations are of no make use of as it alters the positions of a node in a positional tree.

Inorder Traversal: In this type of traversal, a tree is traversed in the sequence: Left subtree, Root, Right subtree.   

In the above expression, start at the root node marked, +. As first we have to traverse its left subtree, thus move to the root of left subtree that is node marked, *. Once again it has a left subtree with root node marked +, visit it. This subtree has a node labeled 3 that has no left subtree, thus out put 3. Then root of this subtree that is '+' and then right subtree which is once again a node labeled with 4, so output it. So we have expression acquired till here is 3 + 4.

Proceeding this way we acquire (3+4)*(5-2) + (-5). Parentheses signify both precedence and portion of the sub tree to which this sub-expression corresponds.     

Preorder Traversal: In this type of traversal a tree is traversed in the sequence: Root, Left subtree, Right subtree. Apply the algorithm recursively till all nodes have been visited, we acquire + * + 3 4 - 5 2 -5. 

Postorder Traversal: In this type of traversal a tree is traversed in the sequence: Left subtree, Right subtree, Root. We acquire 3 4 + 5 2 - * 5 - +.


Related Discussions:- How do you traverse a binary tree

Intersection of perpendicular tangents of hyperbola., If angle between asym...

If angle between asymtotes of hyperbola x^2/a^2-y^2/b^=1 is 120 degrees and product of perpendicular drawn from foci upon its any tangent is 9. Then find the locus of point of inte

Fractions, how do i multiply and divide fractions?

how do i multiply and divide fractions?

Write down the equation of the line, Write down the equation of the line wh...

Write down the equation of the line which passes through the points (2, -1, 3) and (1, 4, -3).  Write all three forms of the equation of the line. Solution To do the above

NOWA method, solve the equation 540+115 using the NOWA method

solve the equation 540+115 using the NOWA method

SAT question, In a certain class, one half of the male students and two thi...

In a certain class, one half of the male students and two thirds of the female students speak French. If there are three fourths as many girls as boys in the class. What fraction o

What is terminology of quadratic functions, What is Terminology of Quadrati...

What is Terminology of Quadratic Functions ? The function in x given by: F(x) = ax 2 + bx + c, where a 0 is called a quadratic function. The graph of a quadratic function is

Differential equation, Suppose a fluid (say, water) occupies a domain D? R^...

Suppose a fluid (say, water) occupies a domain D? R^(3 ) and has velocity field V=V(x, t). A substance (say, a day) is suspended into the fluid and will be transported by the fluid

Formulas, how many formulas there for the (a-b)2

how many formulas there for the (a-b)2

Compute the dot product for the equation, Compute the dot product for each ...

Compute the dot product for each of the subsequent equation  (a) v → = 5i → - 8j → , w → = i → + 2j →  (b) a → = (0, 3, -7) , b → = (2, 3,1) Solution (a) v →

Duality, how management making future decition by using duality

how management making future decition by using duality

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd