Page 1 of 1
Just curious
Posted: Thu Aug 21, 2014 7:15 am
by Henko
What sorting algorithm is used in the sorting functions?
Re: Just curious
Posted: Thu Aug 21, 2014 8:13 am
by Mr. Kibernetik
I cannot elaborately answer this question, because standard Objective C sortedArrayUsingComparator function is used.
As far as I know, this function internally uses a kind of quicksort algorithm.