What do you mean by hash table?

The hash table data structure is merely an array of some fixed size, containing the keys. A key is a string with an associated value. Each key is mapped into some number in the range 0 to tablesize-1 and placed in the appropriate cell.

 

0
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions