{"id":139,"date":"2009-10-31T22:59:15","date_gmt":"2009-10-31T22:59:15","guid":{"rendered":"http:\/\/kumouse.aafox.com\/?p=139"},"modified":"2009-10-31T22:59:15","modified_gmt":"2009-10-31T22:59:15","slug":"%e5%bf%ab%e9%80%9f%e6%8e%92%e5%ba%8f-%ef%bc%8d-%e5%88%86%e6%b2%bb%e7%ad%96%e7%95%a5","status":"publish","type":"post","link":"https:\/\/www.kumouse.com\/?p=139","title":{"rendered":"\u5feb\u901f\u6392\u5e8f \uff0d \u5206\u6cbb\u7b56\u7565"},"content":{"rendered":"<p>\u770b\u4e86\u4e66\u4e4b\u540e\uff0c\u81ea\u5df1\u5199\u4e86\u4e00\u904d\uff0c\u7559\u4e2a\u5370\u8bb0<br \/>[ssj@main ~]$ cat my.c<br \/>#include &lt;stdio.h&gt;<br \/>int data[]={2,4,3,34,32,4,23,4,234,234,2,532,34,1,31,5,21,312,3,1523,12,3};<br \/>quick_sort(int data[],int low,int high)<br \/>{<br \/>int i,j,pivot;<br \/>if (low&lt;high)<br \/>{<br \/>i=low;<br \/>j=high;<br \/>pivot=data[low];<\/p>\n<p>while(i&lt;j){<br \/>while(i&lt;j&#038;&#038;data[j]&gt;=pivot)j&#8211;;<br \/>if(i&lt;j)data[i++]=data[j];<br \/>while(i&lt;j&#038;&#038;data[i]&lt;=pivot)i++;<br \/>if(i&lt;j)data[j&#8211;]=data[i];<br \/>}<br \/>data[i]=pivot;<br \/>quick_sort(data,low,i-1);<br \/>quick_sort(data,i+1,high);<\/p>\n<p>}<\/p>\n<p>}<br \/>main()<br \/>{<br \/>int i;<br \/>for(i=0;i&lt;=22;i++)<br \/>{printf(&quot;%d &quot;,data[i]);}<br \/>printf(&quot;n&quot;);<br \/>quick_sort(data,0,22);<br \/>for(i=0;i&lt;=22;i++){printf(&quot;%d &quot;,data[i]);}<br \/>printf(&quot;n&quot;);<\/p>\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u770b\u4e86\u4e66\u4e4b\u540e\uff0c\u81ea\u5df1\u5199\u4e86\u4e00\u904d\uff0c\u7559\u4e2a\u5370\u8bb0[ssj@main ~]$ cat my.c#include &lt;std [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-139","post","type-post","status-publish","format-standard","hentry","category-linux-c"],"_links":{"self":[{"href":"https:\/\/www.kumouse.com\/index.php?rest_route=\/wp\/v2\/posts\/139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kumouse.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kumouse.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kumouse.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kumouse.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=139"}],"version-history":[{"count":0,"href":"https:\/\/www.kumouse.com\/index.php?rest_route=\/wp\/v2\/posts\/139\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.kumouse.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kumouse.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kumouse.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}