Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 474 Bytes

File metadata and controls

22 lines (19 loc) · 474 Bytes

Visual sort

Summary

This project aims at showing the execution of different sorting algorithms.
Here is a list of supported sorting algorithms :

  • Selection sort
  • Bubble sort
  • Comb sort
  • Insertion sort
  • Shell sort
  • Odd–even sort
  • Merge sort
  • Quick sort
  • Bitonic sort
  • Heapsort
  • Smoothsort

Compilation

Type make for compiling the project.

Usage

After compiling the project, execute the launch file.