We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Details of sort()
Page Index Toggle Pages: 1
Details of sort() (Read 372 times)
Details of sort()
Jan 22nd, 2009, 7:47am
 
What can you tell me about 'sort'? is it a simple bubble sort, or more sophisticated than that?
Re: Details of sort()
Reply #1 - Jan 22nd, 2009, 8:48am
 
hi,

it is a tuned quickSort : java.util.Arrays.sort
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Arrays.html#sort

// f
Re: Details of sort()
Reply #2 - Jan 22nd, 2009, 11:11am
 
Thank you!
Page Index Toggle Pages: 1