Skip to content

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

chadisid/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

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • C++ 8.3%