Stay Hungry,Stay Foolish!

摘要: collections https://docs.python.org/3.5/library/collections.html 实现一些特殊的容器数据类型。 是对通用内置容器的替代, 例如 词典、列表、集合、元组。 特殊的含义是通用数据类型,在某些常用场景上,不满足,需要手动实现的一些特殊的编程模 阅读全文
posted @ 2020-11-05 17:04 lightsong 阅读(121) 评论(0) 推荐(0) 编辑
摘要: heap https://stackoverflow.com/questions/19979518/what-is-pythons-heapq-module 堆不是二叉树。 堆以list方式存储。 堆不同于sorted list。 堆在插入和删除比sorted list更加高效。 搜索还是sorte 阅读全文
posted @ 2020-11-05 15:33 lightsong 阅读(136) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel