<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>echizen_tm</author_name>
  <author_url>https://blog.hatena.ne.jp/echizen_tm/</author_url>
  <blog_title>EchizenBlog-Zwei</blog_title>
  <blog_url>https://echizen-tm.hatenadiary.org/</blog_url>
  <categories>
    <anon>計算機科学</anon>
  </categories>
  <description>Suffix Arrayは「インデックスの構築」と「キーワードの検索」からなる。それぞれ構築には文字列のsortが、検索には文字列の二分探索が必要になる。 以前にCompressed Suffix Arrayのライブラリtsubomiを実装したときにはsortについてはマルチキー・クイックソート(multikey-quicksort)というアルゴリズムを用いた。一方で二分探索については特に工夫をしていなかった。 さすがにこのまま放っておくのは気が引けたのでSuffix Array論文を読みなおしてみたらLCP(Longest Common Prefix)を用いた二分探索の方法が書いてあった。シ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fechizen-tm.hatenadiary.org%2Fentry%2F20110728%2F1311871765&quot; title=&quot;LCP(Longest Common Prefix)を用いたSuffix Arrayの検索 - EchizenBlog-Zwei&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>2011-07-28 01:49:25</published>
  <title>LCP(Longest Common Prefix)を用いたSuffix Arrayの検索</title>
  <type>rich</type>
  <url>https://echizen-tm.hatenadiary.org/entry/20110728/1311871765</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
