How is a bit vector better compared to a normal array for implementing the hash table?
Posted: Wed Jul 13, 2022 7:43 pm
a) It saves time
b) It saves space
c) It saves both time and space
d) It reduces code complexity
b) It saves space
c) It saves both time and space
d) It reduces code complexity