<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bubox2</author_name>
  <author_url>https://blog.hatena.ne.jp/bubox2/</author_url>
  <blog_title>そのへんのちらしのうら</blog_title>
  <blog_url>https://bubox2.hateblo.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>再帰クエリで根付き木を解くコード。 using System.Collections.Generic; using System.Linq; namespace RootedTree { class Program { static void Main(string[] args) { // NodeId,ParentNodeId string[,] src = new string[9,2]{ {&quot;A101&quot;, &quot;&quot;}, {&quot;A201&quot;, &quot;A101&quot;}, {&quot;A202&quot;, &quot;A101&quot;}, {&quot;A301&quot;, &quot;A201&quot;}, {&quot;A302&quot;, &quot;A201&quot;}, {&quot;A303&quot;, &quot;A201…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbubox2.hateblo.jp%2Fentry%2F2021%2F03%2F12%2F170000&quot; title=&quot;再帰クエリで根付き木 - そのへんのちらしのうら&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>2021-03-12 17:00:00</published>
  <title>再帰クエリで根付き木</title>
  <type>rich</type>
  <url>https://bubox2.hateblo.jp/entry/2021/03/12/170000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
