Debug --> python统计列表中元素个数

1. 建一个hashmap

hashmap[list[i]] = list.count(list[i])

 

2. Counter 类!  大规模数据集超级好用,且快。

食用方法如下!

 

Debug --> python统计列表中元素个数

 

上一篇:LeetCode-0169.多数元素


下一篇:5989. 元素计数