Pergunta de entrevista da empresa Hertz

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

Resposta da entrevista

Sigiloso

28 de set. de 2023

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