This is a sort visualization project done as a part of assignments of data structure course of KSA.
With this program, you can visualize sort algorithms in various ways.
- Bubble Sort
- Insertion Sort
- Selection Sort
- Shellsort
- Merge Sort
- Quicksort
- Heapsort
- Radix Sort (LSD)
- Bogosort
- Run SortVisualization.exe to execute this program.
- Please do not isolate the execution file from other files in the zip file.
- Select a sort algorithm
- Select a initial sequence type (defualt is random)
- Select a color type (default is solid)
- Select a visual type (default is bar)
- x64 operating system
- At least Windows 10 v1803-v1809
- At least .NET Framework 4.7.2 installed
- Fixed a bug ("reverse" initial state)
- Added "sorted" initial state
- Significant optimizations for running time and memory
- Fixed some bugs
- First release
program made by Seungwoo Han (20-120)