Mega Code Archive
Categories
/
Python Tutorial
/
Buildin Function
Make a heap
heap = [5, 8, 0, 3, 6, 7, 9, 1, 4, 2] heapify(heap) print heap