Pathfinding Algorithm Visualizer with ability to Pause/Rewind during run
The Pathfinding Algorithm Visualizer is an interactive tool that allows users to visualize pathfinding algorithms with player functionality. It offers features such as pausing and rewinding the algorithm’s history for detailed analysis. The tool supports popular algorithms like A*, BFS, DFS, and Dijkstra and is built using Svelte/SvelteKit and TypeScript.
To run the Pathfinding Algorithm Visualizer locally, follow these steps:
Install dependencies:
npm install
Run a development server:
npm run dev
The Pathfinding Algorithm Visualizer is a useful tool for visualizing and analyzing pathfinding algorithms. With its player functionality, users can pause and rewind the algorithm’s history for a deeper understanding. Built using Svelte/SvelteKit and TypeScript, this tool supports popular algorithms like A*, BFS, DFS, and Dijkstra. Users can also contribute to the project by forking the repository and submitting their improvements.