Skip to content Skip to sidebar Skip to footer
Showing posts with the label Heap

What Would You Use The Heapq Python Module For In Real Life?

After reading Guido's Sorting a million 32-bit integers in 2MB of RAM using Python, I discovere… Read more What Would You Use The Heapq Python Module For In Real Life?

Unusual Result From Heappop?

I have a simple heap defined as a list of lists. I was using heapop from the heapq module to extrac… Read more Unusual Result From Heappop?