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 [email protected]:trinhminhtriet/a-star-search.git
cd a-star-search
nvm install 12.22.12
nvm use 12.22.12
npm install
npm run start
To build production
npm run build -- --prod
We 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.