会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ccz9729
博客园
首页
新随笔
联系
订阅
管理
2023年1月2日
Python3 学习~
摘要: Python3 heapq # 默认小根堆 Heap = [] # 初始化为空 heapq.heapify(list) # 将一个list原地转换为堆,线性时间 heapq.heappush(Heap, item) # 插入一个元素 item,类型随意 x, (x, y) 均可 Top = heap
阅读全文
posted @ 2023-01-02 08:38 ccz9729
阅读(26)
评论(0)
推荐(0)
编辑
公告