Computer Science, asked by asmazed6697, 1 year ago

In directed binary tree each edge is labelled with a real number called

Answers

Answered by naughtyjehi
2
node is the answer...............
Answered by utsrashmi014
0

Concept

In a network or diagram, a node is a location where lines or paths connect or diverge.

Explanation

  • In directed binary tree each edge is labelled with a real number called as node
  • A binary tree is a tree data structure used in computer science where each node has a maximum of two offspring, known as the left child and the right child.
  • Leaf nodes are those nodes in the tree that don't have any offspring.
  • If a node's left and right child nodes are both null, it is said to be a leaf node.

Hence in directed binary tree each edge is labelled with a real number called node

#SPJ3

Similar questions