Skip to content

sindelio/sorting-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sorting_in_C

This project is a sorting algorithms library implemented in C. It contains the following sorting algorithms:

  • Inverse
  • Insertion sort
  • Selection sort improved
  • Bubble sort improved
  • Heap sort
  • Merge sort
  • Shell sort
  • Quick sort

The source code [sorting.c] and the header file [sorting.h] are available.

Contributions

ANY COMMENTS AND CONTRIBUTIONS ARE MUCH WELCOME!

Copyright and license

This code is distributed under the MIT license.

About

Sorting library with the most common algorithms written in the C programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages