Class RandomizedCollection


  • public class RandomizedCollection
    extends Object
    • Constructor Detail

      • RandomizedCollection

        public RandomizedCollection()
    • Method Detail

      • insert

        public boolean insert​(int val)
      • remove

        public boolean remove​(int val)
      • getRandom

        public int getRandom()