You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, pygame, math, PriorityQueue used for establishing the A* algorithm.
What is the A* algorithm?
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.
In A* algorithm, How to use - there are such steps :
1.Click any box for start position
2.Click any box for end position
3.Now, left click and drag the mouse cursor to draw the black border
4.Press the SPACE button and wait until the endpoint reach.
About
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.