Skip to content

Ricksters2000/a-star-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is an algorithm visualizer to demonstrate how the A* algorithm works. Open the index.html file in a browser or preview it now here

About A*

A* is a pathfinding algorithm that search for an approximate of the shortest path very effeciently. This algorithm is commonly used for AI in games and in web-based