{"blog_title":"\u3064\u308c\u3065\u308c\u65e5\u8a18","image_url":null,"provider_url":"https://hatena.blog","type":"rich","published":"2008-11-26 00:00:00","height":"190","width":"100%","provider_name":"Hatena Blog","categories":["JAVA","\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0"],"author_url":"https://blog.hatena.ne.jp/ymaru/","version":"1.0","description":"\u539f\u7406\u306f\u3053\u308c\u898b\u3066\u304f\u3060\u3055\u3044\u3002\u30bd\u30fc\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3067\u6700\u901f\u3068\u3044\u308f\u308c\u3066\u3044\u307e\u3059\u3002 \u57fa\u6e96\u5024\u306e\u9078\u3073\u65b9\u304c\u3042\u308b\u3088\u3046\u3067\u3059\u304c\u3001\u4e0b\u8a18\u3067\u306f\u914d\u5217\u7bc4\u56f2\u5185\u306e\u4e00\u756a\u53f3\u3092\u4f7f\u3063\u3066\u3044\u307e\u3059\u3002 \u306a\u3093\u304b\u30af\u30a4\u30c3\u30af\u30bd\u30fc\u30c8\u306e\u30b5\u30f3\u30d7\u30eb\u306f\u30d0\u30b0\u304c\u591a\u304b\u3063\u305f\u3067\u3059\u3002\u3002int[] data = {1,1,1}; \u3067\u7121\u9650\u30eb\u30fc\u30d7\u3057\u307e\u3059\u3002orz public void sort(int low, int high) { if (low >= high) { return; } int p = partition(low, high); sort(low, p-1); // Lower sort(p+1, high); // Higher } private int[] \u2026","author_name":"ymaru","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fymaru.hatenadiary.org%2Fentry%2F20081126%2Fp1\" title=\" \u30af\u30a4\u30c3\u30af\u30bd\u30fc\u30c8\uff08Quick Sort\uff09 - \u3064\u308c\u3065\u308c\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","title":" \u30af\u30a4\u30c3\u30af\u30bd\u30fc\u30c8\uff08Quick Sort\uff09","blog_url":"https://ymaru.hatenadiary.org/","url":"https://ymaru.hatenadiary.org/entry/20081126/p1"}