summaryrefslogtreecommitdiff
path: root/progs/a253.py
blob: 8a3f4d603ffac4c772c9f3d1ff162fafd0c1a6ae (plain)
1
2
3
4
import heapq as hq
def raw_heap(rawheap):
  hq.heapify(rawheap)
  return rawheap