Skip to content

A* (A-star) algorithm is a widely used graph traversal and pathfinding algorithm known for its completeness, optimality, and efficiency.

License

Notifications You must be signed in to change notification settings

trinhminhtriet/a-star-search

Repository files navigation

A* Search Algorithm

A* (pronounced "A-star") is a widely used graph traversal and pathfinding algorithm known for its completeness, optimality, and efficiency.

🚀 Installation

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

🤝 How to contribute

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.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🎬 Demo

Demo URL

About

A* (A-star) algorithm is a widely used graph traversal and pathfinding algorithm known for its completeness, optimality, and efficiency.

Topics

Resources

License

Stars

Watchers

Forks