Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages