快速排序递归调用

function qSort(c,l,h)
{
c=document.form1.TextResult.value;
str=""
sb=""
if(l   {for(m=0;m    {if(m==ss.length-1)
    str+=ss[m];
    else
    str+=ss[m]+",";
    }
    sb+=str+"
";
    pivot=Sort(ss,l,h);
    
    window.sbs.innerHTML=sb;
    qSort(ss,l,pivot-1);
    qSort(ss,pivot+1,h);
   }
   
}

你可能感兴趣的:(毕业设计,pivot,function,c)