adspace
Answer Posted / Ashish Kumar Srivastava
A hash table, also known as a dictionary or associative array, is a data structure used to store and retrieve data values using keys. It works by converting the key into an index using a hash function, which allows for fast lookups.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers