[HTML][HTML] Linear-size suffix tries

M Crochemore, C Epifanio, R Grossi… - Theoretical Computer …, 2016 - Elsevier
Suffix trees are highly regarded data structures for text indexing and string algorithms
[MCreight 76, Weiner 73]. For any given string w of length n=| w|, a suffix tree for w takes O …

Lempel-Ziv-based Hyper-Heuristic Solution for Longest Common Subsequence Problem

M Nasrollahi, RS Tanha… - 2023 13th International …, 2023 - ieeexplore.ieee.org
The longest common subsequence of a given set of strings is a string whose characters are
common among all of them with two properties of being ordered but not consecutive. The …

[PDF][PDF] MATESC: Metadata-Analytic Text Extractor and Section Classifier for Scientific Publications.

F Maria, D La Torre, CA Aguirre, BAM Anshutz… - KDIR, 2018 - scitepress.org
This paper addresses the task of extracting free-text sections from scientific PDF documents,
and specifically the problem of formatting disparity among different publications, by …

Measuring Jury Perception of Explainable Machine Learning and Demonstrative Evidence

RES Rogers - 2024 - search.proquest.com
Subjective pattern comparison has been subject to increased scrutiny by the courts and by
the general public, resulting in an increased interest in pattern comparison algorithms that …

GPU Acceleration of Longest Common Substrings Algorithm

Á Pintér, S Szénási - 2023 IEEE 17th International Symposium …, 2023 - ieeexplore.ieee.org
The Longest Common Substring of two strings is a character sequence that appears in both
texts and is the longest of these. The method is widely used in several text similarity …

[PDF][PDF] An Algorithm for the Constrained Longest Common Substring Problem

R Li, R Modugu - researchgate.net
Let∑ be an alphabet. For two strings X, Y, and a constrained string P over the alphabet∑,
the constrained longest common substring problem for two strings X and Y with respect to P …

[PDF][PDF] MOŽNOSTI VYUŽITÍ SUFIXOVÝCH STROMŮ

PP CHLUBNA - theses.cz
Tato práce pojednává o struktuře suřixových stromů, jejich implementaci a problematice,
kterou pomocí suřixových stromů řešíme. Práce se také zaměřuje na konstrukci sufixového …

[PDF][PDF] A Brief List Of Thesis Topics (Bachelor)

E Ohlebusch - 2018 - uni-ulm.de
The SUS problem and the first generalization can be solved in linear time and space with
the help of the suffix array and the LCP-array of S; see eg [6]. The last problem was solved …

バイナリの類似性を利用した命令列の差分検出

森田悟大, 岡村真吾 - コンピュータセキュリティシンポジウム2020 …, 2020 - ipsj.ixsq.nii.ac.jp
論文抄録 プログラムの処理の類似性はコンピュータセキュリティやプログラム解析の分野における
重要な指標であり, 既知の脆弱性を持つコードと同様の処理が行われている箇所の検出や …

[引用][C] Linear-size suffix tries