Pergunta de entrevista da empresa Netskope

Implement Data structure to insert(10), remove(10) and getRandom() values with O(1)

Resposta da entrevista

Sigiloso

25 de mar. de 2021

Used Map with an array to get the element and random values

1