What is a disadvantage of implementing a tree as an array using computed links?

What will be an ideal response?

The biggest disadvantage of this method of implementing a tree is that if the tree is not full, space is wasted.
In particular, there may be many indexes in the array that contain no elements, but the space for elements has already been
allocated. In a linked implementation of a tree, this is not a problem.

Computer Science & Information Technology

You might also like to view...

The layout where the controls are placed in rows and columns is the ________ layout

Fill in the blank(s) with correct word

Computer Science & Information Technology

?By default, most wireless networks are ____.

A. ?secured by WEP B. ?password-locked C. ?left unsecured D. ?secured by WPA or WPA2

Computer Science & Information Technology