New submission from James Lu:

Both max heaps and min heaps have uses in algorithms. Some algorithms require 
both. Why doesn't the heapq library support max heaps (not including the 
private _heapify_max() method)?

----------
components: Library (Lib)
messages: 268211
nosy: James.Lu
priority: normal
severity: normal
status: open
title: heaps library does not have support for max heap

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to