This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author James.Lu
Recipients James.Lu
Date 2016-06-11.13:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465652992.55.0.603716004725.issue27295@psf.upfronthosting.co.za>
In-reply-to
Content
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)?
History
Date User Action Args
2016-06-11 13:49:52James.Lusetrecipients: + James.Lu
2016-06-11 13:49:52James.Lusetmessageid: <1465652992.55.0.603716004725.issue27295@psf.upfronthosting.co.za>
2016-06-11 13:49:52James.Lulinkissue27295 messages
2016-06-11 13:49:52James.Lucreate