On 2010-06-08 17:41:22 -0400, "Simen kjaeraas" <simen.kja...@gmail.com> said:

Now, my favorite way of dealing with this: Where would I look for a
binary heap if I wanted one? I would think of it as a container, and thus
check std.container. If it was not there, I would use the search function
to find it. I can invent reasons, but it's mostly grounded in learned
names and categories.

And if you were accustomed to the STL, you'd just look for a binary heap header to include instead of trying to philosophize about which category of things it fits best. That's why I suggested "std.binaryheap" earlier. (Could be "std.binheap" if you want it short.)

--
Michel Fortin
michel.for...@michelf.com
http://michelf.com/

Reply via email to