27 Nov
2006
27 Nov
'06
9:56 a.m.
"Ken Takusagawa" <ken.takusagawa.2@gmail.com> writes:
Is there a Haskell implementation of an efficient priority queue (probably heap-based) out there that I can use? I do not see it in the GHC libraries.
ISTR Okasaki's algorithms book has a suitable one. -- Mark