Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) It saves time
b) It saves space
c) It saves both time and space
d) It reduces code complexity