<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズムとデータ構造</anon>
  </categories>
  <description>挿入操作が高くつくという問題を解決する為に、記号表の実現に木構造を使用する。これによりsearch,insert, select, sort操作に対して高速な性能を持つアルゴリズムを開発できる。 用語の説明 節点は他の節点あるいは外部節点（リンクを持たない）を指すリンクを持つ。二分木（binary tree）は、さらにどの節点も左と右のリンクを持つという性質を満たすもの。二つのリンクをもつ節点は内部節点と呼ばれる。また、外部節点へのリンクを空リンクと呼ぶ。次のプログラムはBST（binary search tree)を使ってsearch, insert, initialize, count操作…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20120520%2F1337483262&quot; title=&quot;二分探索木 - Afro-Blue&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>2012-05-20 12:07:42</published>
  <title>二分探索木</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20120520/1337483262</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
