Browse thread
Heap implementations: Fibonacci, Brodal and relaxed
-
Hugo Ferreira
-
blue storm
- Hugo Ferreira
-
blue storm
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-01-12 (17:57) |
From: | Hugo Ferreira <hmf@i...> |
Subject: | Re: [Caml-list] Heap implementations: Fibonacci, Brodal and relaxed |
Hello, blue storm wrote: > First of all, do you know about Okasaki leftist heaps (I suppose you > do as you're asking for even more advanced data structure) ? They're > simple O(log n) heap, nice to implement (~ 20 lines). Actually I didn't (although I know of these). But the thesis has a better performing binomial heap. > > There was a page from Markus Mottl with translated OCaml code from the > book, but he removed it for some obscure reason. > Still available (Chapter 6.): http://hg.ocaml.info/release/pure-fun/archive/release-1.0.8.tar.bz2 Regards. Hugo F. > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >