Skip to content

A simple Java Application through which you can visualize how sorting over an array works.

Notifications You must be signed in to change notification settings

dimensionl3ss/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer

A simple Java Application through which you can visualize how sorting over an array works.
I have used java swing framework in my application and added some buttons to perform the sorting operations. whenever you clicked a button, it will perform the sorting operation and all other button will get set to non clickable until the operation is completed.
After completing the operation, there is a shuffle button for shuffling the array to do the operations again.

I have implemented following sorting algorithms.
1.Insertion Sort
2.Quick Sort
3.Bubble Sort
4.Selection Sort
5.Merge Sort

Here is the implementation of one of the sorting algorithms.

Quick sort

Here is the implementation of quick sort

About

A simple Java Application through which you can visualize how sorting over an array works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages