Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102711 > unrolled thread

Re: Heap Implementation

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2016-02-09 09:40 +0000
Last post2016-02-09 09:40 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Heap Implementation Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-09 09:40 +0000

#102711 — Re: Heap Implementation

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2016-02-09 09:40 +0000
SubjectRe: Heap Implementation
Message-ID<mailman.2.1455010866.29838.python-list@python.org>
On 09/02/2016 04:25, Cem Karan wrote:
>
> No problem, that's what I thought happened.  And you're right, I'm looking for a priority queue (not the only reason to use a heap, but a pretty important reason!)
>

I'm assuming I've missed the explanation, so what is the problem again 
with https://docs.python.org/3/library/queue.html#queue.PriorityQueue or 
even 
https://docs.python.org/3/library/asyncio-queue.html#asyncio.PriorityQueue ?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web