Answer Posted / Rampal Singh
A Hash Table (or Dictionary) is a data structure that uses a hash function to map keys to respective values. It provides fast lookup, insertion, and deletion operations by reducing the search space for an element based on its hash value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers