...

/

DIY: Insert, Delete, and GetRandom in O(1)

DIY: Insert, Delete, and GetRandom in O(1)

Solve the interview question "Insert, Delete, and GetRandom in O(1)" in this lesson.

Problem statement

Implement a set data structure that can perform the following operations:

...