algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

A star

Open joshdfeather opened this issue 1 year ago • 0 comments
trafficstars

This pull request introduces the A* (A-star) algorithm to the algorithm-visualizer API. The A* algorithm is a popular pathfinding and graph traversal algorithm known for its efficiency and performance. This addition will enhance the tool's capabilities by allowing users to visualize and understand how A* works in different scenarios.

joshdfeather avatar Aug 22 '24 12:08 joshdfeather