{"id":454,"date":"2022-09-24T15:11:30","date_gmt":"2022-09-24T07:11:30","guid":{"rendered":"https:\/\/qaqaq.top\/?p=454"},"modified":"2022-11-27T12:40:00","modified_gmt":"2022-11-27T04:40:00","slug":"%e6%95%b0%e7%bb%84%e7%9a%84%e5%86%92%e6%b3%a1%e6%8e%92%e5%ba%8f%e7%9a%84%e5%ae%9e%e7%8e%b0","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=454","title":{"rendered":"\u6570\u7ec4-\u7b97\u6cd5\uff1a\u5192\u6ce1\u6392\u5e8f\u7684\u5b9e\u73b0"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P168;\n\/*\n * \u6570\u7ec4\u7684\u5192\u6ce1\u6392\u5e8f\u7684\u5b9e\u73b0\n * \n * \n *\/\npublic class BubbleSortTest {\n\tpublic static void main(String&#91;] args) {\n\t\tint&#91;] arr = new int&#91;] {43,32,76,-98,0,64,33,-21,32,99};\n\t\t\n\t\t\/\/\u5192\u6ce1\u6392\u5e8f\n\t\tfor(int i = 0 ; i &lt; arr.length - 1; i++) {\n\t\t\t\n\t\t\tfor(int j = 0; j &lt; arr.length - 1 - i; j ++) {\n\t\t\t\t\n\t\t\t\tif(arr&#91;j] &gt; arr&#91;j + 1]) {\n\t\t\t\t\tint temp = arr&#91;j];\n\t\t\t\t\tarr&#91;j] = arr&#91;j + 1];\n\t\t\t\t\tarr&#91;j + 1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\n\t\tfor(int i = 0; i &lt; arr.length; i++) {\n\t\t\tSystem.out.print(arr&#91;i] + \"\\t\");\n\t\t}\n\t}\n\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-454","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/454"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=454"}],"version-history":[{"count":2,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/454\/revisions"}],"predecessor-version":[{"id":489,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/454\/revisions\/489"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=454"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=454"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}