Modifying A* Algorithm to Make it Handle Different Cell Values

前端 未结 0 1659
栀梦
栀梦 2021-02-05 08:04

I wish to use the A* pathfinding algorithm on grids where each cell can have the values -1(wall), 1,2,3 or 4. A higher number indicates a higher cost to reach the cell, and -1 i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题