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.
-
Notifications
You must be signed in to change notification settings - Fork 0
dimensionl3ss/Sorting-Visualizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published