• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Is there any ordered list or balanced tree
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there any ordered list or balanced tree


  • Subject: Re: Is there any ordered list or balanced tree
  • From: Andrew Farmer <email@hidden>
  • Date: Sat, 28 Mar 2009 03:45:48 -0700

On 28 Mar 09, at 01:25, email@hidden wrote:
I can not find any data structure in Cocoa that maintains sorting order of items gradually added in, using the pairwise comparison results, something like the canonical set in C++'s STL that is usually implemented as a balanced tree.

Unlike the C++ and Java standard libraries, which name data structures based on their implementation, Cocoa's data structures are named to describe their intended use - the internal implementation isn't exposed, but you can rest assured that it'll use something appropriate for the application. (Indeed, the internal implementation may change based on the size of the collection.)


Anyways, since you're after an ordered list, what you want here is NSMutableArray. Inserting elements into a sorted array comes up once in a while; here's a recent discussion:

http://www.cocoabuilder.com/archive/message/cocoa/2009/1/16/227937
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Is there any ordered list or balanced tree
      • From: email@hidden
References: 
 >Is there any ordered list or balanced tree (From: email@hidden)

  • Prev by Date: Is there any ordered list or balanced tree
  • Next by Date: Re: Is there any ordered list or balanced tree
  • Previous by thread: Is there any ordered list or balanced tree
  • Next by thread: Re: Is there any ordered list or balanced tree
  • Index(es):
    • Date
    • Thread