ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Форумы > Обсуждение задач > тема:


Задача "Question-4"

Идёт турнир!

В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.

imesecan15.дек.2012 в 13:21:55
0You can use stacks to solve this question

imesecan15.дек.2012 в 13:24:42
1Сообщение скрыто

imesecan15.дек.2012 в 13:43:39
2
(1: ArditMeti)
Hope you learn soon :)

imesecan15.дек.2012 в 15:20:22
3Сообщение скрыто

imesecan15.дек.2012 в 16:10:21
4The recursive algorithm is like this.

if any of the four sides of this cell is destination then increment the counter;
Then call this function again for four sides
(For example for left side
If it's an available cell (0) and inborder and not visited yet
make it visited
go to (call this function for) left
make it unvisited;
end;
)

imesecan15.дек.2012 в 16:33:49
5Сообщение скрыто


www.contester.ru