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

Computer Science & Information Technology

You might also like to view...

Give the method header for the following methods:

Method Hypotenuse, which takes two double-precision, floating-point arguments

Computer Science & Information Technology

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

Computer Science & Information Technology

This type of setup allows two computers to connect directly without extra hardware.

a. ad-hoc b. wireless c. infrastructure d. NIC

Computer Science & Information Technology

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.

Computer Science & Information Technology