
11 Jun
2010
11 Jun
'10
1:53 p.m.
At Fri, 11 Jun 2010 22:42:10 +0900, Raymond Wan wrote:
On Fri, Jun 11, 2010 at 21:48, Tim Blechmann <tim@klingt.org> wrote:
also, i am unsure, whether by default the heaps should be min-heaps (like in > most textbooks on data structures) or max-heaps (like std::priority_queue). > so i'd be curious, what people think about it ...
Compatibility with similar structures from std is a good place to start. It would be annoying to replace an std::priority_queue with one of yours and discover that I needed to invert the comparison operator. -- Dave Abrahams BoostPro Computing http://www.boostpro.com