<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hana_ori</author_name>
  <author_url>https://blog.hatena.ne.jp/hana_ori/</author_url>
  <blog_title>プログラミングガール</blog_title>
  <blog_url>https://hana-ori.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>ロジック</anon>
  </categories>
  <description>メソッドの作成 引数に渡された文字列に同じ文字が含まれないかを調査するメソッドを作成。 今回は２通りのやり方で実装してみた。 ① ２重ループを使用しての実装 (https://gist.github.com/914f60842b791725ebab) ② HashSetを利用し、１重ループでの実装 (https://gist.github.com/6ca661a977e53885f7d8) メソッドの実行時間測定 どちらの方が効率がいいのか実際に時間を測定してみたいと思う。 ”abcdefghijklmn”と”abcdefghiigklm”の２つの文字列を引数に渡し、どちらがより早く処理を終え…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhana-ori.hatenablog.com%2Fentry%2F2015%2F03%2F26%2F010145&quot; title=&quot;文字列に同一の文字がないか点検する - プログラミングガール&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>2015-03-26 01:01:45</published>
  <title>文字列に同一の文字がないか点検する</title>
  <type>rich</type>
  <url>https://hana-ori.hatenablog.com/entry/2015/03/26/010145</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
