Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 805 Bytes

Sort Algorithms

This project was done for the subject of Analysis of Algorithms, where it seeks to show the difference between the different types of Ordination. The Qt tool was used to create the program's interface.

Types of Ordination:

  • Selection-sort
  • Insertion-sort
  • Bubble-sort
  • Shellsort
  • Merge-sort
  • Quiksort
  • TimSort



Selection of algorithms, size of the vector, type of sort :

Opening Interface

Operating algorithm:

Algorithm

Author:

  • Bruna Almeida Osti