{"author_name":"iww","version":"1.0","image_url":"https://cdn.user.blog.st-hatena.com/default_entry_og_image/42132/1685946694840016","categories":["PHP"],"url":"https://iww.hateblo.jp/entry/20240722/merge","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiww.hateblo.jp%2Fentry%2F20240722%2Fmerge\" title=\" php\u3067\u30de\u30fc\u30b8\u30bd\u30fc\u30c8 - \u63ee\u767a\u6027\u306e\u30e1\u30e2\uff12\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","title":" php\u3067\u30de\u30fc\u30b8\u30bd\u30fc\u30c8","width":"100%","provider_url":"https://hatena.blog","published":"2024-07-22 08:30:00","type":"rich","blog_title":"\u63ee\u767a\u6027\u306e\u30e1\u30e2\uff12","blog_url":"https://iww.hateblo.jp/","height":"190","provider_name":"Hatena Blog","description":"\uff12\u3064\u306e\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u30de\u30fc\u30b8\u30bd\u30fc\u30c8 <? function mergeSort($list1, $list2){ $mergedList = []; $n1 = 0; $n2 = 0; while($n1 < count($list1) && $n2 < count($list2)){ if(strcmp($list1[$n1], $list2[$n2]) <= 0){ $mergedList[] = $list1[$n1++]; }else{ $mergedList[] = $list2[$n2++]; } } if($n1 < count($list1)){ $mergedList = \u2026","author_url":"https://blog.hatena.ne.jp/iww/"}