{"id":130,"date":"2005-08-18T15:03:37","date_gmt":"2005-08-18T07:03:37","guid":{"rendered":"http:\/\/tmp.xujiwei.com\/blog\/?p=130"},"modified":"2010-01-29T13:01:16","modified_gmt":"2010-01-29T05:01:16","slug":"c-bubble-sort","status":"publish","type":"post","link":"https:\/\/xujiwei.com\/blog\/2005\/08\/c-bubble-sort\/","title":{"rendered":"[C] \u5192\u6ce1\u6392\u5e8f"},"content":{"rendered":"<p>\u5192\u6ce1\u6392\u5e8f\u6cd5\uff1a\uff09\u8bb0\u5f97\u5728\u4e00\u672c\u4e09\u7ea7A\u7c7b\u6559\u7a0b\u4e0a\u770b\u8fc7\u600e\u4e48\u4f18\u5316\u7684\uff0c\u73b0\u5728\u53c8\u7ed9\u5fd8\u4e86\uff0c\u53ea\u5199\u4e86\u8fd9\u4e48\u4e2a\u4e1c\u4e1c\u3002<\/p>\n<p>#include\u00a0&lt;stdio.h&gt;<\/p>\n<p>#define\u00a0N\u00a0100<\/p>\n<p>int\u00a0main(int\u00a0argc,\u00a0char\u00a0*argv[])<\/p>\n<p>{<\/p>\n<p>int\u00a0a[N];<\/p>\n<p>int\u00a0i,j,temp;<\/p>\n<p>for(i=0;i&lt;N;i++)\u00a0a[i]=rand();<\/p>\n<p>printf(\"start:\u00a0%d\\n\",st=(unsigned)time(NULL));<\/p>\n<p>for(i=0;i&lt;N;i++)<\/p>\n<p>{<\/p>\n<p>for(j=i;j&lt;N-1;j++)<\/p>\n<p>{<\/p>\n<p>if(a[j]&gt;a[j+1])<\/p>\n<p>{<\/p>\n<p>temp=a[j];<\/p>\n<p>a[j]=a[j+1];<\/p>\n<p>a[j+1]=temp;<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>for(i=0;i&lt;N;i++)\u00a0printf(\"%d\u00a0\",a[i]);<\/p>\n<p>printf(\"\\n\");<\/p>\n<p>return\u00a00;<\/p>\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5192\u6ce1\u6392\u5e8f\u6cd5\uff1a\uff09\u8bb0\u5f97\u5728\u4e00\u672c\u4e09\u7ea7A\u7c7b\u6559\u7a0b\u4e0a\u770b\u8fc7\u600e\u4e48\u4f18\u5316\u7684\uff0c\u73b0\u5728\u53c8\u7ed9\u5fd8\u4e86\uff0c\u53ea\u5199\u4e86\u8fd9\u4e48\u4e2a &hellip;<\/p>\n<p class=\"read-more\"><a href=\"https:\/\/xujiwei.com\/blog\/2005\/08\/c-bubble-sort\/\">\u7ee7\u7eed\u9605\u8bfb &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[87,41],"_links":{"self":[{"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/posts\/130"}],"collection":[{"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":0,"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/posts\/130\/revisions"}],"wp:attachment":[{"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xujiwei.com\/blog\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}