• 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: request for advice on using Core Data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: request for advice on using Core Data


  • Subject: Re: request for advice on using Core Data
  • From: Wagner Truppel <email@hidden>
  • Date: Wed, 20 Jun 2007 21:35:03 +0200

On 20 Jun 2007, at 20:45, John Stiles wrote:

Random curiosity—when would one prefer this structure to, say, a red-black tree?

Probably never. The usefulness of this structure is in teaching. It's more complicated than linked lists but not as complicated as binary search trees. It also introduces the idea of balancing a data structure to maintain a bound on the time complexity. And it has a time complexity that is different than the usual log, linear, and log- linear ones. You'd be surprised how many students in intro data structure courses think that all algorithms have a time complexity that's one of those three. It's good to be able to show them a DS with a square-root time complexity.


Wagner_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


References: 
 >request for advice on using Core Data (From: Wagner Truppel <email@hidden>)

  • Prev by Date: Re: About Application
  • Next by Date: Re: Version nib loading?
  • Previous by thread: Re: request for advice on using Core Data
  • Next by thread: re: request for advice on using Core Data
  • Index(es):
    • Date
    • Thread