Computer Science, asked by tanvikadam4357, 1 year ago

What is the advantage of sequtial representatiin of binary tree?

Answers

Answered by beautiful66
0
This approach, known as a sequential tree representation, has the advantage of saving space because no pointers are stored. It has the disadvantage that accessing any node in the tree requires sequentially processing all nodes that appear before it in the node list.
Similar questions