Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 377 Bytes

A-STAR-PATH-FINDING-ALGO

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. This astar pathfinding algorithm is an informed search algorithm which means it is much more efficient that your standard algorithms like breadth first search or depth first search.