381. Insert Delete GetRandom O(1) - Duplicates allowed (Hard)
RandomizedCollection is a data structure that contains a collection of numbers, possibly duplicates (i.e., a multiset). It should support inserting and removing specific elements and also removing a random element.