1.

What is hashmap in data structure?

Answer»

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.




Discussion

No Comment Found