<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>betrue12</author_name>
  <author_url>https://blog.hatena.ne.jp/betrue12/</author_url>
  <blog_title>ARMERIA</blog_title>
  <blog_url>https://betrue12.hateblo.jp/</blog_url>
  <categories>
    <anon>AtCoder</anon>
    <anon>プログラミング</anon>
    <anon>競技プログラミング</anon>
  </categories>
  <description>D - Decayed Bridges 解法 グラフの連結性を考えるのに便利な道具として Union-Find木 があります。Union-Find木では「辺を追加して頂点同士を連結にする」という操作が可能ですが、対して今回の問題は「辺を削除して頂点同士を分断する」という操作になっています。辺の削除はUnion-Find木ではできません。 このような時に有効なのが「時間を逆回しにして考える」というテクニックです。問題の操作を逆回しにすると、辺が全くない状態から始まって辺が1本ずつ追加されていくと考えることができます。これならUnion-Find木が使えます。 ということで辺を1本ずつ追加しながら…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbetrue12.hateblo.jp%2Fentry%2F2019%2F03%2F03%2F224118&quot; title=&quot;ABC120 D - Decayed Bridges - ARMERIA&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-ak.f.st-hatena.com/images/fotolife/b/betrue12/20190303/20190303224053.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-03-03 22:41:18</published>
  <title>ABC120 D - Decayed Bridges</title>
  <type>rich</type>
  <url>https://betrue12.hateblo.jp/entry/2019/03/03/224118</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
