Skip to content

AntonVeselskyi/Sort-Algo-Viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sort Algorithm Visualizer

(QT / C++)

Sort vertical bars. To choose sort method change startSort function in mainwindow.cpp (meh. maybe I`ll refactor it someday)

sort_thread = new SortThread(array, array_size, count_sort<Unit*>);//bubble_sort<Unit*>);

options for last arg:

  • mq_sort - QUICK SORT
  • shell_sort
  • insert_sort
  • selection_sort
  • bubble_sort
  • count_sort

About

Sort Algorithm Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published