Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 404 Bytes

File metadata and controls

6 lines (6 loc) · 404 Bytes

Table-Sort-Algorithms-Application

This is a mini-project for the course of "Algorithmic & Complexity" at the First year in Computer Engineering School, in which we choose 3 types of sort algorithms studied in class, and we apply them in a chosen programming language not studied in class -which is Delphi in here- with a GUI. Used sort algorithms :

  • Bubble sort
  • Insertion sort
  • Selection sort