Skip to content

somrima-09/AlgoViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: AlgoViz

Demo:

Features:

1.Implemented algorithms:

  Bubble sort
  
  Selection sort
  
  Insertion sort
  
  Merge sort
  
  Quick sort
  
  Heap sort

2.Colored representation of step being executed:

1) Blue:default

2) Yellow: Being compared

3) Red: Identified as in incorrect position and to be moved

4) Green: In correct position

3.Interactive controls to modify sorting parameters (array size, speed of visualization).

4.Real-time visualization of algorithm steps.

5.Comparison between different algorithms on the same input data and ability to reset and generate new random arrays for sorting.

Technologies Used:

1.Frontend: HTML, CSS, JavaScript

2.Deployment: GitHub Pages

Usage:

1.Selecting and visualizing different sorting algorithms

2.Adjusting visualization settings (speed, array size)

3.Understanding the visualized steps and outcomes of each algorithm

Releases

No releases published

Packages

No packages published