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

Обсуждение задачи 1752. Дерево 2

TLE Test 5
Послано Prabhjot Singh 25 янв 2010 07:27
my algorithm is quite simple and i dont know how to make it fast. my hints would be appreciated.

1. i am using dfs to get the distance from vertex v to vertex u such that dist(v, u) = d given.

2. while computing the vertex u..i am saving the result of all previous vertices u1, u2, ....ud..such that distance between v and u1 is 1, v and u2 is 2 and so on. i am saving the result in hashmap.

3. i only use dfs if the hashmap doesnt contain the query.

I can email my code as well....

Thanks