which of the following statements is true? a) linked lists always have better runtime performance than arrays b) when working with an array that is dimensioned too small, and the amount of data is unpredictable, there is a danger of running out of space c) if we are unable to predict a list's maximum size, then a linked list may be the most efficient usage of memory d) both a and b e) both b and c
2007-12-17
09:46:25
·
3 answers
·
asked by
John Musbach
1
in
Computers & Internet
➔ Programming & Design