From: andrews on
Hi,
I want to use a priority queue (with two numbers, one is a priority key)
How to do or how to get the code somewhere?
Thanks for any response.
Regards
From: Onur Güzel on
On May 29, 1:29 pm, andrews <andr...(a)pandora.be> wrote:
> Hi,
> I want to use a priority queue (with two numbers, one is a priority key)
> How to do or how to get the code somewhere?
> Thanks for any response.
> Regards

Hi,

Look at these libraries:

http://powercollections.codeplex.com/
http://www.gabber.sk/duracellko/priorityqueue_net.htm
http://www.codeproject.com/KB/recipes/PriorityQueueSkipList.aspx
http://blog.lab49.com/archives/125
(Can also be converted to VB, as well)

HTH,

Onur Güzel