Advanced Data Structures: Pattern Matching Using the BWT

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks for the explanation, this is the most useful video about this algorithm

mohammadabushaera
Автор

In the end, the "NAN" sequence was pointed to N_2, however in previous examples sequence "NA" points to N_1 & N_2. I was wondering if NAN should point to N_1 since it is where the sequence starts?

capybaRoger
Автор

Is the time complexity of this matching n^2 in the worst case but on average linear?

zhongyuanchen
Автор

At 4:16 how does A3 correspond to the substring AN? Especially since its at the end of BANANA

madunzerem