Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

How common is the need of online-construction of suffix structures?

Правка en2, от skloj, 2016-07-12 09:20:35

I was just reading about a new algorithm to build a Suffix Tree: Simplified Weiner

The algorithm is very short and it makes a ton of sense to me (more than Ukkonen). But the algorithm has a drawback: "It is online from right to left but not from left to right. This is not an issue if the problem you solve is offline. Moreover, online problems often can be solved using reversed strings".

To me, the decision between Simplified Weiner vs Ukkonen is related to how often is the need of online-construction of suffix structures in contest. As far as I understand, Suffix Array doesn't support online building and every one seems to use it anyway.

¿What is your opinion about it? Thanks,

Теги string suffix structures, suffix array, suffix tree

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский skloj 2016-07-12 09:20:35 42
en1 Английский skloj 2016-07-11 03:14:57 778 Initial revision (published)