vix.ing · top · new · best · stats · spec

Linear Index for Logarithmic Search-Time for any String under any Internal Node in Suffix Trees

2024/06/03 by Anas Al-okaily, Al-okaily, Anas
Computer Science · Biochemistry, Genetics and Molecular Biology · #Algorithms and Data Compression #DNA and Biological Computing #Network Packet Processing and Optimization

paper · pdf · doi:10.48550/arxiv.2406.01174

Abstract

Suffix trees are key and efficient data structure for solving string problems. A suffix tree is a compressed trie containing all the suffixes of a given text of length n with a linear construction cost. In this work, we introduce an algorithm to build a linear index that allows finding a pattern of any length under any internal node in a suffix tree in O(logn) time.

Related