Cognizant interview question

hash able in data structure

Interview Answer

Anonymous

Mar 22, 2019

Hash Table is a data structure which stores data in an associative manner. In a hash table, data is stored in an array format, where each data value has its own unique index value.