30

Sorting Algorithms in C

 5 years ago
source link: https://github.com/ismdeep/sort-algos-c
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Sort Algos in C

Sorting Algorithms General Implementations in C Programming Language

  • sort-algos-int.c is the most naive version. Every C programming language beginner could understand it.
  • sort-algos-int-with-func.c is the more advanced version based on sort-algos-int.c . In this sort of sorting algorithms, we implement the sorting algorithms with cmp_func to define the sorting rules.
  • sort-algos.c is the most general version to sort any kind of data type with any kind of sorting rules. For more information or usage of the most general version of sorting algorithms, you may find it in sort-algos/sort-test.c

Tested Platform:

  • macOS 10.15
  • Ubuntu

Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK