Login or Create an Account to view the mark scheme, comment, and add to a test
Identify which of the following statements relating to static and/or dynamic data structures is false.
(a).
More space is required to keep N values in a static array of length N than in dynamic data structures such as binary trees.
(b).
Random access is a characteristic typical of static arrays.
(c).
It is typically more efficient to maintain an ordered set of values when inserting new elements into dynamic data structures such as linked-lists rather than into static data structures such as arrays.
(d).
Dynamic data structures such as linked-lists typically allocate space more efficiently than static data structures such as arrays.

Multiple Choice1 MarkPremium
25 Uses25 Views1 Like