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 allyourcode
Recipients allyourcode, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-04-25.05:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366868261.43.0.0979460781693.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, Serhiy is pointing out that there's already a class named PriorityQueue in the queue module. I didn't know that exists.

Now that I've had a chance to look at it, queue.PriorityQueue is like my Heap class, but there are some interesting difference; moreover, I'm also proposing DynamicHeap, which is pretty different from PriorityQueue. Perhaps, I should find a way to augment PriorityQueue so that it supports the interesting features of DynamicHeap?
History
Date User Action Args
2013-04-25 05:37:41allyourcodesetrecipients: + allyourcode, rhettinger, r.david.murray, serhiy.storchaka
2013-04-25 05:37:41allyourcodesetmessageid: <1366868261.43.0.0979460781693.issue17834@psf.upfronthosting.co.za>
2013-04-25 05:37:41allyourcodelinkissue17834 messages
2013-04-25 05:37:41allyourcodecreate