<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noshi91</author_name>
  <author_url>https://blog.hatena.ne.jp/noshi91/</author_url>
  <blog_title>noshi91のメモ</blog_title>
  <blog_url>https://noshi91.hatenablog.com/</blog_url>
  <categories>
    <anon>データ構造</anon>
  </categories>
  <description>はじめに 最近競技プログラマーの間で Splay Tree のブームが来ているらしいので、それに乗っかり記事を書くことにしました。 Splay Tree は直近にアクセスした値への再アクセスが高速であったり、自己組織化する動的木にも使用されていたりと大変興味深い平衡二分探索木です。 本記事では三分探索木を Splay Tree を用いて実装します。 以下、与えられるキーの文字の種類を σ、文字列長を M、要素数を N とし、各文字は定数時間で大小比較が可能とします。 三分探索木とは Trie において、次の文字を二分探索木で管理したものです。 これにより各ノードは二分探索木の左子/右子と Tr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoshi91.hatenablog.com%2Fentry%2F2018%2F10%2F01%2F182903&quot; title=&quot;Splay Tree で三分探索木を組む - noshi91のメモ&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>2018-10-01 18:29:03</published>
  <title>Splay Tree で三分探索木を組む</title>
  <type>rich</type>
  <url>https://noshi91.hatenablog.com/entry/2018/10/01/182903</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
