Skip to content

Stan1slav337/Sort-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort Visualizer

Visualization of standard sorting algorithms.

You can choose which algorithm to visualize (Insertion Sort, Merge Sort, Quick Sort, or Radix Sort), the type of array (random order, decreasing order, subsequential order), and the number of elements (50, 100, 200, 500).

Code is written in C++, with the help of Qt for GUI.