A* (pronounced "A-star") is a widely used graph traversal and pathfinding algorithm known for its completeness, optimality, and efficiency.
To install a-star-search, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/a-star-search.git
cd a-star-search
nvm install 12.22.12
nvm use 12.22.12
npm install
npm run startTo build production
npm run build -- --prodWe welcome contributions!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m "feat: my new feature"; - Push to your branch:
git push origin my-feature.
Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.