index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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