[Haskell-cafe] Priority Queue?

Mark T.B. Carroll mark at ixod.org
Sun Nov 26 20:56:15 EST 2006


"Ken Takusagawa" <ken.takusagawa.2 at 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



More information about the Haskell-Cafe mailing list