<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>UVa</anon>
  </categories>
  <description>問題 http://uva.onlinejudge.org/external/118/11813.html概要 無向グラフにおいて、グラフの接続情報とコストが与えられる。 全てのノードの内、店のノード番号が複数指定されるので、ノード0から出発して最小コストで全ての店を巡回せよ。制約 ノードとエッジの数はそれぞれ 100000 以下 店は10店舗以下。 解法 すべての店からダイクストラした後、TSPを解く。 高々11回(店舗数+はじめの位置)のダイクストラをすれば良い。 #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;algorithm&gt; #inc…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140526%2F1401064903&quot; title=&quot;UVa11813 Shopping - Logfiles&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>2014-05-26 09:41:43</published>
  <title>UVa11813 Shopping</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140526/1401064903</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
