<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>drken1215</author_name>
  <author_url>https://blog.hatena.ne.jp/drken1215/</author_url>
  <blog_title>けんちょんの競プロ精進記録</blog_title>
  <blog_url>https://drken1215.hatenablog.com/</blog_url>
  <categories>
    <anon>グラフ</anon>
    <anon>二重辺連結成分分解・二重頂点連結成分分解</anon>
    <anon>DFS</anon>
    <anon>木</anon>
    <anon>直径</anon>
    <anon>グラフのconnectivity</anon>
    <anon>Codeforces</anon>
    <anon>EducationalCodeforces</anon>
    <anon>CodeforcesR2100</anon>
    <anon>グラフの橋</anon>
    <anon>そのまま覚えたい典型問題</anon>
  </categories>
  <description>二重辺連結成分分解と聞いて 問題へのリンク 問題概要 n 頂点 m 辺の連結な無向単純グラフが与えられる。 2 点 s, t を選んで、「その辺を壊したら s と t とが繋がらなくなる」ような辺をすべて壊すことを考える。 できるだけ多くの辺を壊したい。うまく s, t を選んだときの壊せる辺の本数の最大値を求めよ。 制約 2 &lt;= n &lt;= 3×105 n-1 &lt;= m &lt;= 3×105 解法 s-t パスの connectivity (連結度) に関する問題なので、フローを流すか、二重辺連結成分分解したくなる。今回は二重辺連結成分分解して、各連結成分を 1 つのノードにつぶすと全体としてツ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrken1215.hatenablog.com%2Fentry%2F2018%2F06%2F28%2F232000&quot; title=&quot;Educational Codeforces 046 E - We Need More Bosses (R2100) - けんちょんの競プロ精進記録&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/80936665/1516148889515660</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-06-28 23:20:00</published>
  <title>Educational Codeforces 046 E - We Need More Bosses (R2100)</title>
  <type>rich</type>
  <url>https://drken1215.hatenablog.com/entry/2018/06/28/232000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
