<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kenta11626918</author_name>
  <author_url>https://blog.hatena.ne.jp/kenta11626918/</author_url>
  <blog_title>Set::prototype</blog_title>
  <blog_url>https://kenta11626918.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズム（初級）</anon>
    <anon>C++</anon>
  </categories>
  <description>ノードを構造体で表す typedef struct _node { int val; struct _node *lch; struct _node *rch; } node; 赤色注意。まだ、typedefしていないので、こう書かなければ、エラー 挿入 //x：挿入する数字 p：検索するノード node *insert(node *p, int x) { //ノードなし if(p == NULL) { node *q = new node; //新しいノードの設定 q-&gt;val = x; q-&gt;lch = q-&gt;rch = NULL; return q; //ノードが存在する } else …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkenta11626918.hatenadiary.org%2Fentry%2F20110404%2F1301894948&quot; title=&quot;二分木の実装とか - Set::prototype&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/k/kenta11626918/20110404/20110404142829.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-04-04 14:29:08</published>
  <title>二分木の実装とか</title>
  <type>rich</type>
  <url>https://kenta11626918.hatenadiary.org/entry/20110404/1301894948</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
