State the merits of linear representation of binary trees.

  • Storage method is easy and can be easily implemented in arrays
  • When the location of a parent/child node is known, other one can be determined easily
  • It requires static memory allocation so it is easily implemented in all programming language

 

2
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions