You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement data structure “Map” storing pairs of integers (key, value) and
define following member functions in O(1) runtime: void insert(key, value),
void delete(key), int get(key), int getRandomKey().