The subject of my JavaScript project is the visualization of basic sorting algorithms (Bubble Sort, Insert Sort, Select Sort) in an interesting and effective way. It offers a number of modifications on how and which algorithm is to be sorted, how many elements and what will be sorted, and how quickly it will happen.
The sorting is done on positive integers, and at the start of each sorting, a list with random values is generated, consistent with the parameters we provide in the form.
Technology stack: Vanilla JavaScript