中文

整数字母表上所有相异平方的线性时间计算

数据结构与算法 2017-02-21 v2

摘要

给定一个整数字母表上的字符串,我们提出了一种算法,可在与字符串长度成线性关系的时间内计算属于该字符串的所有相异平方的集合。作为一个应用,我们展示了如何在线性时间内计算最小增广后缀树的树拓扑结构。除此之外,我们还详细阐述了一种使用压缩工作空间以简洁表示计算最长前驱表的算法。

关键词

引用

@article{arxiv.1610.03421,
  title  = {Computing All Distinct Squares in Linear Time for Integer Alphabets},
  author = {Hideo Bannai and Shunsuke Inenaga and Dominik Köppl},
  journal= {arXiv preprint arXiv:1610.03421},
  year   = {2017}
}