What do I use for a max-heap implementation in Python?

Python includes the heapq module for min-heaps, but I need a max-heap. What should I use for a max-heap implementation in Python?

← Назад к списку