<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mtbr</author_name>
  <author_url>https://blog.hatena.ne.jp/mtbr/</author_url>
  <blog_title>mtbrの日記</blog_title>
  <blog_url>https://mtbr.hatenadiary.org/</blog_url>
  <categories>
    <anon>java</anon>
    <anon>algorithm</anon>
  </categories>
  <description>データ構造は http://www.dogma.net/markn/articles/suffixt/stree.cpp を参考にした。 ノードと枝ラベルの先頭文字から、枝を引くことができる連想配列。初期化：1文字の接尾辞木 根と、１つのノード、それらの間の枝。 根のsuffix linkは自分自身に。葉はnull。1文字追加 前回、追加されずに枝の途中で終わった新規ノード（implicit nodeとして作られたノード） と同じ開始インデックスの接尾辞から追加する。 （それ以前のは、葉ノードをともなう追加で、内部ノードが追加された場合でもsuffix linkが付けられている） 最初は、根か…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmtbr.hatenadiary.org%2Fentry%2F20050906%2FjavaalgorithmUkkonen&quot; title=&quot; Ukkonen の線形時間での接尾辞木構築アルゴリズムの実装  - mtbrの日記&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>2005-09-06 00:00:00</published>
  <title> Ukkonen の線形時間での接尾辞木構築アルゴリズムの実装 </title>
  <type>rich</type>
  <url>https://mtbr.hatenadiary.org/entry/20050906/javaalgorithmUkkonen</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
