Skip to content

Implementation of insetionSort, selectionSort, mergeSort and quickSort in C.

Notifications You must be signed in to change notification settings

ferhdhd/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

Implementation of insetionSort, selectionSort, mergeSort and quickSort in C with some tests.

Instructions

First, run the following code to compile the program:

make

Then, run it with:

./sorting

To remove the object files, you can run:

make clean

About

Implementation of insetionSort, selectionSort, mergeSort and quickSort in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published