Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Generic merge sort, quick sort and insertion sort algorithms written in C programming language.

License

Notifications You must be signed in to change notification settings

soupi/3-C-Sorting-Algorithms

Repository files navigation

3-C-Sorting-Algorithms

Generic merge sort, quick sort and insertion sort algorithms written in C programming language.

I have included the file "demonstration.c" to demonstrate how to use the sorting algorithms and the files "gen_int.h" and "gen_int.c" to demonstrate the functions needed for the sorting algorithms. If you wish to sort a different type of array (doubles array for instance) please write your own "gen_double" library.

About

Generic merge sort, quick sort and insertion sort algorithms written in C programming language.

Resources

License

Stars

Watchers

Forks