Skip to content

GaganBhatia19/Sorting_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer 📊

Well I guess you may have studied how different sorting algorithms work and now it's time to Visualize the working of these algorithms!!

I was very much fascinated to visualize the working of sorting algorithms so I built this application to visualize.

This application consist of Sorting Algorithms:

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

Bubble Sort

1.bubble_sort.mp4

Insertion Sort

2.insertion_sort.mp4

Selection Sort

3.selection_sort.mp4

Shell Sort

4.shell_sort.mp4

Quick Sort

5.quick_sort.mp4

Merge Sort

6.merge_sort.mp4