<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uraway</author_name>
  <author_url>https://blog.hatena.ne.jp/uraway/</author_url>
  <blog_title>文系プログラマー</blog_title>
  <blog_url>https://uraway.hatenablog.com/</blog_url>
  <categories>
    <anon>algorithm</anon>
  </categories>
  <description>二分探索木(binary search tree)から近似値を求める 二分探索木のデータとtargetが与えられる。二分探索木のデータの中からtargetの近似値を求める。 例えば次のような二分探索木のデータとtarget 5が与えられるとき、答えは6である。 8 /\ 3 10 /\ \ 1 6 14 /\ / 4 7 13 ref: https://ja.wikipedia.org/wiki/%E4%BA%8C%E5%88%86%E6%8E%A2%E7%B4%A2%E6%9C%A8 二分探索木の定義 二分探索木のデータ構造は「左の子孫の値 ≤ 親 ≤ 右の子孫の値」という制約を持つ。与えら…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Furaway.hatenablog.com%2Fentry%2F2020%2F02%2F12%2F070000&quot; title=&quot;二分探索木(binary search tree)から近似値を求める - 文系プログラマー&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>2020-02-12 07:00:00</published>
  <title>二分探索木(binary search tree)から近似値を求める</title>
  <type>rich</type>
  <url>https://uraway.hatenablog.com/entry/2020/02/12/070000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
