Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 380 Bytes

File metadata and controls

6 lines (6 loc) · 380 Bytes

selectionsort-applet-visualization

To understand how Selection sort works you can use this java applet code.

Understand Bar's Color

Redbar:-Value that going to compared with other values.
Bluebar:-The minimum value for current iteration and after iteration the value is exhanged with redbar's value.
Greenbar:-The value that going to compared with redbar's value