Answer Posted / Abhishek Kumar Srivastava
A Hash Table, also known as a Dictionary or Map, is a data structure used to implement an associative array in computer science. It stores key-value pairs where keys are used to access their corresponding values quickly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers