height and depth of a tree is equal...
but height and depth of a node is not equal because...
the height is calculated by traversing from leaf to the given node
depth is calculated from traversal from root to the given node.....
The height of a tree is the longest path from the root to a leaf, counting the number of edges. The depth of a tree is the longest path from the root to a leaf, counting the number of nodes. The level of a tree refers to the depth of a node with respect to the root, where the root is considered to be at level 0.
kilometers
To calculate the height of a binary tree, you can use a recursive algorithm that traverses the tree and keeps track of the height at each level. The height of a binary tree is the maximum depth of the tree, which is the longest path from the root to a leaf node.
it depends on how high up the tree they are at the time?
Both height and length are linear measurements. The units of measure are the same. Height -- not heighth -- is synonymous with altitude, and can be thought of as the distance above the ground, as in the height of a skyscraper or the height of a tall tree (or any tree, for that matter).
no difference,,,tree and hybrid are same.
Complete Binary tree: -All leaf nodes are found at the tree depth level -All nodes(non-leaf) have two children Strictly Binary tree: -Nodes can have 0 or 2 children
Complete Binary tree: All leaf nodes are found at the tree depth level and All non-leaf nodes have two children. Extended Binary tree: Nodes can have either 0 or 2 children.
height(node):if node == null:return 0else:max(height(node.L), height(node.R)) + 1/*Function to print level order traversal of tree*/getMaxWidth(tree)maxWdth = 0for i = 1 to height(tree)width = getWidth(tree, i);if(width > maxWdth)maxWdth = widthreturn width/*Function to get width of a given level */getWidth(tree, level)if tree is NULL then return 0;if level is 1, then return 1;else if level greater than 1, thenreturn getWidth(tree->left, level-1) +getWidth(tree->right, level-1);
It can easily be measured by using a protractor and measuring the angle between the ground and the top of the tree. You need to know exactly how far you are from the tree. Then you can use trigonometry to calculate the height of the tree. Tan (angle in degrees) = height of tree / distance from tree
A tree is one tree and a forest is many trees.
i dont know but i