Hertz Interview Question

Design a key value paired data structure with the ability to get and set values.

Interview Answer

Anonymous

Sep 28, 2023

I used a hash table as a backing structure. Then created 2 methods to add and get those values.