Counter.mostCommon

Find the most common item, using a schwartz sorting algorithm.

class Counter(T)
mostCommon
(
uint limit
)

Parameters

limit uint

the limit of items

Meta