Skip to content

maciejb2k/sorting_algorithms_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting algorithms visualized

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

Screenshots

ti-project-js vercel app_

ti-project-js vercel app_ (4)

ti-project-js vercel app_ (1)

ti-project-js vercel app_ (2)

ti-project-js vercel app_ (3)