Domanda di colloquio di Netskope

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

Risposta di colloquio

Anonimo

25 mar 2021

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

1