Tagged Questions
1
vote
1answer
138 views
How can I make my A* algorithm faster?
This is a slightly specialised A* algorithm, basically it allows you to search to and from disabled nodes. It's for a game and we the entities spawn in houses and go into them. The rest of the search ...