<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yyzzz</author_name>
  <author_url>https://blog.hatena.ne.jp/yyzzz/</author_url>
  <blog_title>yyzzz’s diary</blog_title>
  <blog_url>https://yyzzz.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>概要 一番最初の考え word1とword2のどちらのほうが長いかを確認する。 短い方の長さでループを回し、word1,word2から交互に１文字ずつ解答用の文字列に入れていく 余った方の残りを解答用の文字列に入れる 出力 コピペ忘れて消したので貼り付けなし。 import ( &quot;strings&quot; ) func mergeAlternately(word1 string, word2 string) string { rune1 := []rune(word1) rune2 := []rune(word2) var builder strings.Builder for i := 0; i &lt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyyzzz.hatenadiary.com%2Fentry%2F2023%2F05%2F28%2F023535&quot; title=&quot;【LeetCode】1768. Merge Strings Alternately　　 - yyzzz’s diary&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>2023-05-28 02:35:35</published>
  <title>【LeetCode】1768. Merge Strings Alternately　　</title>
  <type>rich</type>
  <url>https://yyzzz.hatenadiary.com/entry/2023/05/28/023535</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
