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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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