<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rahaema</author_name>
  <author_url>https://blog.hatena.ne.jp/rahaema/</author_url>
  <blog_title>Mae向きなブログ</blog_title>
  <blog_url>https://maehrm.hatenablog.com/</blog_url>
  <categories>
    <anon>情報処理技術者試験</anon>
    <anon>C</anon>
  </categories>
  <description>一昨日取り組んだ「平成18年度秋季ソフトウェア開発午後問5(2分探索木)」の続きです。 実験(4) main関数を以下のように置き換えます。99未満の乱数(整数)を発生させ、2分探索木に挿入するという操作を100回繰り返してみました。 int main(void) { NODE *root = NULL; int i, val; srand((unsigned)time(NULL)); // #include &lt;time.h&gt; を追加 for (i = 0; i &lt; 100; i++) { val = rand() % 100; if (!lookup(val, root)) { root =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmaehrm.hatenablog.com%2Fentry%2F2019%2F04%2F18%2F053232&quot; title=&quot;平成18年度秋季ソフトウェア開発午後問5(2) - Mae向きなブログ&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/r/rahaema/20190418/20190418052327.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-18 05:32:32</published>
  <title>平成18年度秋季ソフトウェア開発午後問5(2)</title>
  <type>rich</type>
  <url>https://maehrm.hatenablog.com/entry/2019/04/18/053232</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
