Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Welcome to the Sorting Visualizer repository! This project, developed in June 2024 as a self-initiated project, provides an interactive platform to visualize various sorting algorithms. Explore the efficiency and complexity of different sorting techniques through this engaging tool.

Project Overview

The Sorting Visualizer showcases the following six algorithms:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort
    Users can select array datasets ranging from 10 to 150 elements and observe how different algorithms sort these arrays in real-time. The visualizer also dynamically calculates and displays the space and time complexity of each algorithm, providing valuable insights into their efficiency.

Features:

  • Interactive Visualizations: Watch as the sorting algorithms work through the data, providing a clear visual representation of each step.
  • Real-Time Complexity Calculation: Get immediate feedback on the time and space complexity of the selected sorting algorithm.
  • Wide Range of Data Sets: Test sorting algorithms on arrays of various sizes, from 10 to 150 elements.

Deployment

The project is deployed and accessible at: Sorting Visualizer

Getting Started:

To explore the Sorting Visualizer locally, follow these steps:

Clone the repository:

https://github.com/Prarthana-10/Sorting_Visualizer-master.git
cd Sorting_Visualizer-master

Open the index.html file in your browser.

Contributions:

Contributions are welcome! Whether it's improving the visualizations, adding new features, or optimizing the algorithms, feel free to submit a pull request or open an issue.

License:

This project is open-source and available under the MIT License. See the LICENSE file for more details.

About

Ever thought if you could see the sorting algorithms working in real time, try this out :)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages