{"image_url":null,"blog_title":"\u3059\u3071\u3044\u3060\u30fc\u65e5\u8a18\u3002","published":"2008-08-01 00:00:03","provider_url":"https://hatena.blog","type":"rich","height":"190","categories":["\u8cc7\u683c","\u57fa\u672c\u60c5\u5831"],"provider_name":"Hatena Blog","width":"100%","author_url":"https://blog.hatena.ne.jp/spider-man/","title":" \u9078\u629e\u30bd\u30fc\u30c8(selection sort)","author_name":"spider-man","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fspider-man.hatenadiary.org%2Fentry%2F20080801%2Fp4\" title=\" \u9078\u629e\u30bd\u30fc\u30c8(selection sort) - \u3059\u3071\u3044\u3060\u30fc\u65e5\u8a18\u3002\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","version":"1.0","description":"\u914d\u5217\u306e\u4e2d\u304b\u3089\u6700\u5927\u5024(or \u6700\u5c0f\u5024)\u3092\u63a2\u3057\u3001\u6700\u5f8c\u306e\u8981\u7d20\u3068\u5165\u308c\u63db\u3048\u3066\u3044\u304f\u3002 \u3053\u308c\u306f\u30b5\u30af\u30c3\u3068\u5b9f\u88c5\u3067\u304d\u305f\u3002 def selection_sort(list) dup = list.dup (dup.length - 1).downto(0) {|limit| pos = 0 0.upto(limit) {|i| pos = i if dup[i] > dup[pos] } tmp = dup[limit] dup[limit] = dup[pos] dup[pos] = tmp } dup end","url":"https://spider-man.hatenadiary.org/entry/20080801/p4","blog_url":"https://spider-man.hatenadiary.org/"}