• 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: Linked List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linked List


  • Subject: Re: Linked List
  • From: Sherm Pendley <email@hidden>
  • Date: Sat, 18 Sep 2010 19:53:36 -0400

On Sat, Sep 18, 2010 at 7:36 PM, Fritz Anderson <email@hidden> wrote:
> On 18 Sep 2010, at 6:09 PM, email@hidden wrote:
>
>> What is the Cocoa equivalent of a doubly linked list? Should I consider NSMutablearray as the analog?
>
> Yes.
>
> The Foundation data types are distinguished by what they _are_ (ordered collections, unordered collections, dictionaries, strings, dates, data buffers) and not how they are _implemented._ Foundation is free to select any of a number of internal implementations for those generic forms. In fact, it may _change_ the implementation of your collections behind your back, to preserve performance as the collections grow.
>
> There's no "doubly-linked list" because you don't really want a doubly-linked list, you want an ordered collection.

Can't say I agree with that 100%. It's true for simple iteration, but
a linked list also has other performance characteristics that an array
does not - the ability to remove and/or insert items at any position
in constant time, for example.

sherm--

--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________

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: Linked List
      • From: Daniel DeCovnick <email@hidden>
References: 
 >Linked List (From: email@hidden)
 >Re: Linked List (From: Fritz Anderson <email@hidden>)

  • Prev by Date: Re: Linked List
  • Next by Date: What controller functions should be implemented in what files?
  • Previous by thread: Re: Linked List
  • Next by thread: Re: Linked List
  • Index(es):
    • Date
    • Thread