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

Автор Thost, 13 лет назад, По-английски
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=algorithmGames

Homework: What would be changed if a player had to move with every horse and would lose if he were not able to do so?

How to solve the problem about that?
  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
You should calculate for each position of your horses whether it is a winning or losing position and also in how many turns you will win or lose if you try to win as early as possible or lose in maximal amount of turns. Then you can choose some main horse to win with.