answersLogoWhite

0

The internode.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you describe Branches?

lineage segments between nodes or between nodes and tips of the tree.


What is the longest path in a tree and how is it determined?

The longest path in a tree is called the diameter. It is determined by finding the two farthest nodes in the tree and calculating the distance between them.


What is the difference between binary tree and tree data structure?

binary tree is a specific tree data structure where each node can have at most 2 children nodes. In a general Tree data structure nodes can have infinite children nodes.


How many nodes in a tree have no ancestors?

One. It is called root.


What is the difference between strictly binary tree and complete binary tree?

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


What is the difference between extended binary tree and complete binary tree?

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.


What is spanning tree in data structure?

A spanning tree is a tree associated with a network. All the nodes of the graph appear on the tree once. A minimum spanning tree is a spanning tree organized so that the total edge weight between nodes is minimized.


What is does the space between the rings tree trunk indicate?

The age of the tree


How can a B-Tree be described?

A B-Tree can be described as a tree that has many nodes up, as well as many nodes down. A B-Tree not only has an order but they also have keys and pointers.


What is the maximum height of a binary tree with a given number of nodes?

The maximum height of a binary tree with 'n' nodes is 'n-1'.


A binary tree with 20 nodes has null branches equals?

A binary tree with n nodes has exactly n+1 null nodes or Null Branches. so answer is 21. MOHAMMAD SAJID


If a binary tree it have 18 nodes what is the minimum depth of the tree?

3