node-astar icon indicating copy to clipboard operation
node-astar copied to clipboard

Generic A* algorithm for node.js

Results 4 node-astar issues
Sort by recently updated
recently updated
newest added

Describe in the API docs how to use the options to make a node impassable. Consider this grid: ``` ┌───┐ │ A │ ├───┤ │ │ ├───┤ │ B │...

Hi, @andrewrk. Thanks for this module. I am using to solve a heavy computation task. It seems that there is a much more performant heap implementation: https://github.com/lemire/FastPriorityQueue.js. Would you consider...

Using RXJS Observable to provide an asynchronous version of AStar + Using process.nextTick, which allow other async function running parallely Solve #4 Could stop timeout on mineflayer-navigate