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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -