• 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: sorting a pair of arrays
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sorting a pair of arrays


  • Subject: Re: sorting a pair of arrays
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 28 Jun 2011 10:06:27 -0700

On Jun 28, 2011, at 5:52 AM, Rick C. wrote:

> I have a pair of arrays (one of integers and one of strings) and I need to sort the one of integers from largest to smallest and then however it gets sorted I need to copy that sorting in my strings array since they are related.  Any advice on what the best way to approach this is would be great since I don't have a lot of experience in sorting like this.  Thanks!

Another way to do this, besides what’s been suggested, is to make a new numeric array that maps old indexes to sorted indexes. Start it out as the identity (a[i] = i), then sort it using a compare function that compares the ints mapped into your original int array. Then use the sorted index mapping to renumber your original arrays.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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

References: 
 >sorting a pair of arrays (From: "Rick C." <email@hidden>)

  • Prev by Date: Re: Reading Adobe Photoshop header, Obj-C
  • Next by Date: Re: Reading Adobe Photoshop header, Obj-C
  • Previous by thread: Re: sorting a pair of arrays
  • Next by thread: Re: sorting a pair of arrays
  • Index(es):
    • Date
    • Thread