Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Sort Benchmark Tests

This code was created to test the efficiency of commonly used sorting algorithms in C.

The algorithms tested include:

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Shell Sort
  • Tim Sort

All algorithms sort data in decreasing order.

Step-by-Step

Clone the repository to your machine, navigate to the directory, and then run the Makefile:

make all

Next, execute the binary generated in the bin directory:

./bin/PROJETO2

👥 Contributors

For any issues, please send us a message!

About

Testing efficiency of the most used sort algorithms in C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages