<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Python</anon>
  </categories>
  <description>Problem 107今度はブルーフカ法です。日本語での解説ページが見当たらなかったので少し丁寧に説明します。まず、クラスカル法と同様にノード一つの木を全てのノードについて作ります。次に全ての木について、他の木と繋がる辺の中で最も重みの小さい辺を選びます。全ての木について選んだらそれをグラフに追加します。新たな木の集まり（森）について同じように辺を追加します。これを繰り返して一つの木になったらそれが最小全域木です。問題の例で見ると、Aのみからなる木と他の木を繋がる最小の辺はACです。同様にBに対してはBA、CはCA、DはDB、EはEG、FはFD、GはGEです。これらの辺をグラフに追加すると、 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20120307%2Fp1&quot; title=&quot;Project Euler 107（3） ブルーフカ法 - inamori’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>2012-03-07 00:00:00</published>
  <title>Project Euler 107（3） ブルーフカ法</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20120307/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
