InterviewSolution
Saved Bookmarks
| 1. |
How is a bit vector better compared to a normal array for implementing the hash table?(a) It saves time(b) It saves space(c) It saves both time and space(d) It reduces code complexityMy query is from Direct Addressing Tables in portion Hash Tables of Data Structures & Algorithms IThis question was posed to me at a job interview. |
|
Answer» Correct option is (B) It saves SPACE |
|