Skip to content

Thejesh06/SortViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting algorithm visualizer

A web application built using HTML, CSS, and JavaScript to visualize classic sorting algorithms such as Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, and Quick Sort.

Purpose

I created this Sorting Algorithm Visualizer to:

1.Improve my skills in HTML, CSS, and JavaScript. 2.Help beginners in programming understand sorting algorithms through interactive visualizations. 3.Provide an engaging way to see how different sorting algorithms work in real-time.

Supported Sorting Algorithms

This application supports the following sorting algorithms:

  1. Bubble Sort.
  2. Insertion Sort.
  3. Selection Sort.
  4. Merge Sort.
  5. Quick Sort.

About

A Sorting visualizer Application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors