array
cmath
gc
math
select
sys
ubinascii
ucollections
uhashlib
uheapq
uio
ujson
uos
ure
usocket
ustruct
utime
uzlib
提供了堆排序算法。
堆队列是一个列表,它的元素以特定的方式存储。
uheapq.
heappush
把 item 推到 heap。
item
heap
heappop
从 ``heap``弹出第一个元素并返回。 如果是堆时空的会抛出IndexError。
heapify
将列表 x 转换成堆。
x