Which algorithm used is by sort function in PHP? -


this question has answer here:

i want know algorithm use sort array knowledge. $arr=array(50,60,40,70,30); sort($arr); thank in advance.

php uses implementation of quicksort..you can try quicksort.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -