Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 457 Bytes

File metadata and controls

27 lines (21 loc) · 457 Bytes

Sort-Visualizer

SortVisualizer is a tool made with Qt to visualize 10 different sorting algorithms supporting:

  • Bubble sort
  • Merge sort
  • Quick sort
  • Heap sort
  • Shell sort
  • Selection sort
  • Tim sort
  • Slow sort
  • Bitonic sort
  • Insertion sort

Demonstration

Quick sort:

Heap sort:

Bitonic sort:

Slow sort: