Linked lists are used in

a. double hashing
b. linear probing
c. quadratic probing
d. separate chaining
e. all of the above

D

Computer Science & Information Technology

You might also like to view...

How many colors are used in the RGB system?

A) 2 B) 3 C) 16 D) 255

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) If there is an application or function that should be implemented as a set of related units of execution, it is far more efficient to do so as a collection of separate processes rather than a collection of threads. 2) An example of an application that could make use of threads is a file server. 3) Termination of a process does not terminate all threads within that process. 4) If a process is swapped out, all of its threads are necessarily swapped out because they all share the address space of the process. 5) On a uniprocessor, multiprogramming does not enable the interleaving of multiple threads within multiple processes.

Computer Science & Information Technology