Блог пользователя forget_it

Автор forget_it, история, 4 года назад, По-английски

Please tell me how to approach grid based problems ,especially regarding counting of possible ways to do something.

Is there any algos related to it, please list them.. Any Study material related to these type of problems will help .

for eg. problems like (from codejam):

Problem 1

Problem 2

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I don't think this is a good angle to look at this, as if there is some "list of approaches" for "grid problems". The problem you linked is a very ad-hoc one with a constructive solution: solving process is more like trying different patterns with some experience.