algorithms
algorithms copied to clipboard
A star
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.