Skip to content

rbouar/visual-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published