What strategy does the hashing implementation of a dictionary use?
A. a binary search tree
B. quadratic probing
C. linear probing/bucket
D. bucket/chaining
Answer: D
You might also like to view...
Give the method header for the following methods:
Method Hypotenuse, which takes two double-precision, floating-point arguments
If a thread calls __________, then every thread waiting for the object becomes eligible to acquire the lock.
a. signalEach b. signalAll c. signal d. signalMethods
This type of setup allows two computers to connect directly without extra hardware.
a. ad-hoc b. wireless c. infrastructure d. NIC
Users cannot print to a network printer. After physically checking the printer everything appears to be functioning correctly on the printer. Which of the following is the MOST likely cause of the problem?
A. The printer is out of memory. B. The printer is disconnected from the network. C. The printer is out of paper. D. The printer is not powered on.