...

/

DIY: Insert Delete GetRandom O(1) - Duplicates Allowed

DIY: Insert Delete GetRandom O(1) - Duplicates Allowed

Solve the interview question "Insert Delete GetRandom O(1) - Duplicates Allowed" in this lesson.

Problem statement

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

  • insert(data): This function should insert
...