Skip to content

A* search algorithm visualizer built with p5.js and optimized with a binary heap

Notifications You must be signed in to change notification settings

goamaan/A-star-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Search Algorithm Visualizer

Optimized Open set with a Min Heap

p5.js framework was used to visualize the pathfinding process

Live implementation here

The A* (A-star) searh algorithm is a graph traversal and pathfinding algorithm used often due to its optimizations

It can be considered an extension of the famous Djikstra's Algorithm.

However, A* achieves better performance by using heuristics to guide the search

Euclidian distance was used as a heuristic in this project.

About

A* search algorithm visualizer built with p5.js and optimized with a binary heap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published