sortingvisualizer

Sorting Algorithm Visualizer

Overview

Sorting Algorithm Visualizer is a web application that allows users to visualize various sorting algorithms in action. It provides an interactive interface to understand how sorting algorithms work and compare their performance.

Features

Technologies Used

Setup

To run the Sorting Algorithm Visualizer locally, follow these steps:

  1. Clone the repository: ```bash git clone https://github.com/your-username/sorting-algorithm-visualizer.git

  2. Navigate to the project directory: ```bash cd sorting-algorithm-visualizer
  3. Install dependencies: ```bash npm install
  4. Start the development server: ```bash npm start
  5. Open your browser and visit http://localhost:3000 to view the application.

Usage

  1. Select a sorting algorithm from the dropdown menu.
  2. Adjust the animation speed using the slider.
  3. Click the “Play” icon to visualize the selected sorting algorithm in action.
  4. Explore different sorting algorithms and observe their behavior.

Contributions are welcome!