Class RandomizedCollection
java.lang.Object
g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed.RandomizedCollection
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomizedCollection
public RandomizedCollection()
-
-
Method Details
-
insert
public boolean insert(int val) -
remove
public boolean remove(int val) -
getRandom
public int getRandom()
-