Question d’entretien chez Netskope

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

Réponse à la question d'entretien

Utilisateur anonyme

25 mars 2021

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

1