<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atiek1121</author_name>
  <author_url>https://blog.hatena.ne.jp/atiek1121/</author_url>
  <blog_title>マツシタのお勉強メモ</blog_title>
  <blog_url>https://keita-matsushita.hatenablog.com/</blog_url>
  <categories>
    <anon>Merge Sort</anon>
    <anon>Cracking The Coding Interview</anon>
  </categories>
  <description>Problem You are given two sorted arrays, A and B, where A has large enough buffer at the end to hold B. Write a method to merge B into A in sorted order How to Solve By merging two arrays like merge sort, we can achieve the goal. Since A has enough buffer at the end, we traverse the arrays from end …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkeita-matsushita.hatenablog.com%2Fentry%2F2017%2F01%2F22%2F161628&quot; title=&quot;Merge two sorted arrays - マツシタのお勉強メモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-01-22 16:16:28</published>
  <title>Merge two sorted arrays</title>
  <type>rich</type>
  <url>https://keita-matsushita.hatenablog.com/entry/2017/01/22/161628</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
