Skip to content

PROJECT: Custom HashMap

Mani Bhushan edited this page Sep 27, 2016 · 2 revisions

Custom HashMap

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().

Custom HashMap

Clone this wiki locally