Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

Hello, Can you recommend some heuristic-related problems?

Especially problems for the A* algorithm.

I see the problems in the [competitive programming 3] book, so I need other problems.

Also, I don't need standard problems that appear in any text about heuristics like n-puzzle and Hanoi tower.

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

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

Auto comment: topic has been updated by Kais_Hasan (previous revision, new revision, compare).

»
4 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится
  • »
    »
    4 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

    Which problems are related to heuristics in your first link?

    For the second link, HackerRank has two problems only and they are very standard.

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

How about the Sokuban problem

Here is the game

You can also play the game to test if you are correct ^^