sphinxy / DataStructures

Concurrent priority queue and skip list for .NET
MIT License
42 stars 22 forks source link

Improving running time of priority queue #8

Closed atiq-cs closed 6 years ago

atiq-cs commented 7 years ago

Can we use Binomial Heap to improve some operations of the priority queue and overall running time?

ref

dshulepov commented 7 years ago

Hi Thanks for the suggestion and a link. Unfortunately, I don't have time to work on this in any forseeable future, but you can always submit a push request. Thanks, Denis