<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jeneshicc</author_name>
  <author_url>https://blog.hatena.ne.jp/jeneshicc/</author_url>
  <blog_title>落書き、時々落学</blog_title>
  <blog_url>https://jeneshicc.hatenadiary.org/</blog_url>
  <categories>
    <anon>algorithm</anon>
    <anon>Memo</anon>
    <anon>C++</anon>
  </categories>
  <description>前回の続き．今回は強連結成分分解する． しかも，DFS1回だけ実行． アルゴリズムは非常にシンプル．そして，結構分かりやすいと思うのだが． アルゴリズムの解説等は以下が比較的分かりやすいと思う． http://www.ics.uci.edu/~eppstein/161/960220.html#sca void visit(const Graph &amp;g, int *label, stack&lt;Vertex&gt; &amp;s, const Vertex &amp;u, int *num, int *low, int &amp;index); void scc(const Graph &amp;g, int *label) { // …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjeneshicc.hatenadiary.org%2Fentry%2F20100212%2F1265984838&quot; title=&quot;深さ優先探索1回で強連結成分分解 C++ - 落書き、時々落学&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>2010-02-12 23:27:18</published>
  <title>深さ優先探索1回で強連結成分分解 C++</title>
  <type>rich</type>
  <url>https://jeneshicc.hatenadiary.org/entry/20100212/1265984838</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
