When would you use a linked list over an array or a dynamic array?
a. when you know the maximum size at compile time
b. when you know the maximum size at run-time
c. when you do not know the maximum size
d. when you need to access any item quickly
c. when you do not know the maximum size
Computer Science & Information Technology
You might also like to view...
A new version of an existing software package is known as a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
When data is stored in fixed length fields, data that extends beyond the fixed size ____.
A. generates an operating system error B. is truncated C. is broken up and stored in more than one field D. combines multiple fields to accommodate the data
Computer Science & Information Technology