Vidyalelo
Data Structure · Q75

Hashing

Programming · Data Structure · question 75

Q75

How is a bit vector better compared to a normal array for implementing the hash table?

A.
It saves time
B.
It saves space
Answer
C.
It saves both time and space
D.
It reduces code complexity

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board