shortest-path
v1.0.1
Published
A TypeScript library that implements the A* (A-star) pathfinding algorithm to find the shortest path on a grid.
Maintainers
Readme
Shortest Path
A lightweight TypeScript utility for generating the shortest path on a grid, or an empty array if there is no path.
📦 Installation
npm install shortest-path🚀 Usage
Examples can be found in the tests for this repo repo
