...

/

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

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

Problem statement

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

  • insert(data): This function should insert data into the set (if the set does not contain it already). It should return false if the data already exists in the set. Otherwise,
...

Access this course and 1200+ top-rated courses and projects.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy