ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Общий форум

Suffix trees/arrays
Послано Andrew Shmig aka SKYDOS [Vladimir SU] 17 июл 2010 23:42
Which problems on Timus I can solve using suffix trees/arrays?
Thx.
Re: Suffix trees/arrays
Послано Baurzhan 18 июл 2010 10:15
May be 1393 is suffix array problem, but i'm not sure. Also 1297 has simple KMP solution O(N^2), but I red in discussion of that problem about suffix tree O(N)solution. Also 1354 has simple O(N) solution via KMP but you can apply suffix tree here as I a red in discussion.

Edited by author 18.07.2010 10:22
Re: Suffix trees/arrays
Послано Andrew Shmig aka SKYDOS [Vladimir SU] 18 июл 2010 12:54
Thx! I will try to solve these problems!
Baurzhan писал(a) 18 июля 2010 10:15
May be 1393 is suffix array problem, but i'm not sure. Also 1297 has simple KMP solution O(N^2), but I red in discussion of that problem about suffix tree O(N)solution. Also 1354 has simple O(N) solution via KMP but you can apply suffix tree here as I a red in discussion.

Edited by author 18.07.2010 10:22
Re: Suffix trees/arrays
Послано Alexander Samal 21 июл 2010 03:32
try 1269