5. Coding a hashMap #

Created Wednesday 19 February 2020

Functions:

  1. void insert(string key, V value);
  2. V getValue(string key);
  3. V remove(string key);