node-astar
node-astar copied to clipboard
Generic A* algorithm for node.js
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