标签:counter fun target font htm cto code trie 2.7
最近在刷leetcode,发现很多题目的思路都很相似。其中,collections模块中的Counter()多次在习题中碰到,很有必要对该知识点总结一下,加深理解。
1.collections模块
collections模块自Python 2.4 版本之后,引入除了dict、list、set、tuple以外的一些特俗容器,分别是:
具体文档参考:https://docs.python.org/2/library/collections.html
2.Counter()
Python中collections模块中的Counter()类
标签:counter fun target font htm cto code trie 2.7
原文地址:http://www.cnblogs.com/yancea/p/7581595.html