/JavaSortVisualize

Visualizes various sorting algorithms

Primary LanguageJava

Java Sort Visualize

Visualizes the following sorting algorithms:

Merge, Bubble, Insertion, Shell, Quick, Heap, and Selection

Compile

javac Client3.java

Run

cd src

java Client3

Usage

  • Random array is loaded upon start.

alt tag

  • Color of the array can change.

  • Select the algorithm of choice from the drop down menu and select start.

  • Can be stopped in between in and analyzed.

  • Reset to start again

alt tag