MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following scenarios leads to linear running time for a random search hit in a linear-probing hash table? |
| A. | all keys hash to same index |
| B. | all keys hash to different indices |
| C. | all keys hash to an even-numbered index |
| D. | all keys hash to different even-numbered indices |
| Answer» B. all keys hash to different indices | |