Re: red black trees
Re: red black trees
- Subject: Re: red black trees
- From: Gregory Weston <email@hidden>
- Date: Wed, 18 Feb 2004 20:01:25 -0500
On Feb 18, 2004, at 12:43, Brian Reardon wrote:
I have always been a little surprised that Apple does not have binary
or red-black tree collection classes in their cocoa or foundation
frameworks. Am I missing something? What do all of you use when you
need a tree type collection class?
I have my own source for red/black trees, but I think you might be
asking a question that borders on rhetorical. I would think in 2004
most people are going to be looking for a collection that has
characteristics they require rather than a collection based on any
particular implementation. Such things are available in the C++
standard library and in most non-C++ application frameworks.
G
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.