/Sorting-Visualizer

This project aims to create an interactive visualization of various sorting algorithms, including bubble sort, insertion sort, merge sort etc. The goal is to provide a clear and engaging representation of how each algorithm works, helping users understand their mechanics and differences.

Primary LanguageJavaScript

Sorting-Visualizer

This is a simple visualization project made using javascript

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort

This is built using HTML , CSS and JS

Features:

  • 1 Colored representation of step being executed. 1.1) Blue: default 1.2) Yellow: Being compared 1.3) Red: Identified as in incorrect position and to be moved 1.4) Green: correct position
  • 2 Controls for visualizations 2.1) Speed of visualization 2.2) Array size 2.3) Generation of new array.

Screenshot (6) Screenshot (9)