Python collections.Counter: most_common complexity
What is the complexity of the function most_common provided by the collections.Counter object in Python?
What is the complexity of the function most_common provided by the collections.Counter object in Python?