{"id":2355,"date":"2022-05-16T18:16:44","date_gmt":"2022-05-16T10:16:44","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=2355"},"modified":"2022-05-16T18:16:44","modified_gmt":"2022-05-16T10:16:44","slug":"go%e8%af%ad%e8%a8%80%e5%86%92%e6%b3%a1%e6%8e%92%e5%ba%8f%e6%b3%95","status":"publish","type":"post","link":"http:\/\/i10bu9ku.ipyingshe.net:5347\/?p=2355","title":{"rendered":"Go\u8bed\u8a00\u5192\u6ce1\u6392\u5e8f\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package main\n\nimport (\n\t\"fmt\"\n\t)\n\/* \u5192\u6ce1\u6392\u5e8f\u51fd\u6570*\/\nfunc bubbleSort(arr &#91;]int) &#91;]int {\n\t\tlength := len(arr)\n\t\tfor i := 0; i &lt; length; i++ {\n\t\t\t\tfor j := 0; j &lt; length-1-i; j++ {\n\t\t\t\t\t\tif arr&#91;j] > arr&#91;j+1] {\n\t\t\t\t\t\t\t\tarr&#91;j], arr&#91;j+1] = arr&#91;j+1], arr&#91;j]\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t}\n\t\treturn arr\n\t}\n\n\/*\u4e3b\u7a0b\u5e8f*\/\nfunc main() {\n\tvar j int\n\tvar n &#91;]int \/* n \u662f\u4e00\u4e2a\u6570\u7ec4 *\/\n\tvar s = &#91;]int{23,45,33,55,67,89,87,55,33,24,56,23}\n\tn = bubbleSort(s)\n\tfor j = 0; j &lt; len(n); j++ {\n\t\tfmt.Printf(\"array_Sort&#91;%d] = %d\\n\", j, n&#91;j] )\n\t }\n\t\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-2355","post","type-post","status-publish","format-standard","hentry","category-6"],"_links":{"self":[{"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2355"}],"version-history":[{"count":0,"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2355\/revisions"}],"wp:attachment":[{"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2355"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/i10bu9ku.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}