Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 15.дек.2012 в 13:21:55 | |
0 | You can use stacks to solve this question
|
imesecan | 15.дек.2012 в 13:24:42
| 1 | Сообщение скрыто
|
imesecan | 15.дек.2012 в 13:43:39 | |
2 | Hope you learn soon :)
|
imesecan | 15.дек.2012 в 15:20:22
| 3 | Сообщение скрыто
|
imesecan | 15.дек.2012 в 16:10:21 | |
4 | The 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; )
|
imesecan | 15.дек.2012 в 16:33:49
| 5 | Сообщение скрыто
|
|