0 votes
in DBMS by
What is hashmap in data structure?

1 Answer

0 votes
by

Hashmap is a data structure that uses an implementation of a hash table data structure which allows access to data in constant time (O(1)) complexity if you have the key.

...