数据结构/算法语言内置内置库线性结构list/tuplearry/collections.namedtuple链式结构collections.deque(双端队列)字典结构dictcollections. Counter/OrderedDict集合结构set/frozenset排序算法sorted二分算法bisect模块堆算法heapq模块缓存算法functools.lru_cache