<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hp-ux</author_name>
  <author_url>https://blog.hatena.ne.jp/hp-ux/</author_url>
  <blog_title>変更</blog_title>
  <blog_url>https://hp-ux.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>ネットに転がっていた、木構造のソースを読む。 #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #define N (15) struct node { int data; struct node* left; struct node* right; }; int init_data[N+1] = {0,4,7,9,13,8,10,22,6,0,0,15,2,29,0,0}; void preorder(struct node* p); void inorder(struct node* p); void arrtorder(struct node* p); voi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhp-ux.hatenadiary.org%2Fentry%2F20081218%2F1229618262&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>2008-12-18 01:37:42</published>
  <title>プログラミング 木構造 再帰</title>
  <type>rich</type>
  <url>https://hp-ux.hatenadiary.org/entry/20081218/1229618262</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
