VIEW: https://visualizer2-5h3z18tsc-tanis-projects-58d243c7.vercel.app
This project is a visualizer for algorithms and data structures that has two main parts:
-
A graph generator that allows you to customize a directed or undirected graph with nodes and edges and run various algorithms on it
-
A sorter that enables you to shuffle a set of bars and run different sorting algorithms to visualize their behavior.
Graph Generator: Create and customize graphs, add nodes and edges, and visualize graph algorithms.
Sorting Visualizer: Shuffle bars and visualize sorting algorithms like selection sort and insertion sort.
This project was bootstrapped with Create React App.
- Node.js (Install Here)
git clonethis repositorycd /visualizer/Visusalizer Projectto navigate to project directorynpm install -sto install necessary packagesnpm startto start the application- Open http://localhost:3000 to view it in your browser
Graph Generator:
- Use the interface to add nodes and edges and switch between directed and undirected graphs.
- Run different graph algorithms to see how they work on the custom graph.
Sorting Visualizer:
- Shuffle the bars using the provided control.
- Run different sorting algorithms to observe their behavior and performance.


