answersLogoWhite

0


Best Answer

you do anything with binary element that is traversing. insertion,deletion, accesing anything.............

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by the expression traversing by a binary tree?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

I have a C plus plus project Visual binary search tree showing traversing graphically . . Can someone explain what it means?

It means you have to represent the tree graphically, much like a family tree, such that when traversing the tree you highlight the currently active node in some way.


What is meant by left skewed binary tree?

a binary tree with only left sub trees is called as left skewed binary tree


What is meant by right skewed binary tree?

a binary tree with right sub trees only


What is meant by binary tree?

there is no shortcut for this anwer so in the related links box below I posted the wikipedia binary tree article. Check it out.


How many types of binary tree?

A binary tree is type of tree with finite number of elements and is divided into three main parts. the first part is called root of the tree and itself binary tree which exists towards left and right of the tree. There are a no. of binary trees and these are as follows : 1) rooted binary tree 2) full binary tree 3) perfect binary tree 4) complete binary tree 5) balanced binary tree 6) rooted complete binary tree


What is meant by tree based parity check?

It is one of the type of parity checking methods. when the binary digits are formated as like the binary tree .Then calculate the parity from the root to each leaf node from left to right.


Are binary tree and binary tree same?

Yes.


Copy of binary tree?

Is another binary tree.


When converting binary tree into extended binary tree all the original nodes in binary tree are?

will remain same


Does binary tree and binary search tree same?

no they are not same


What are the Application of tree and graph in data file structures?

Using binary tree, one can create expression trees. The leaves of the expression tree are operands such as constants, variable names and the other node contains the operator (binary operator). this particular tree seems to be binary because all the operators used are binary operators. it is also possible for a node to have one node also, in case when a unary minus operator is used. we can evaluate an expression tree by applying the operator at the root to the values obtained by recursively evaluating the left and right sub trees.


What are the application of binary tree in computer science?

What are the applications of Binary Tree.