sort-test
combsort.h

sort-test | combsort.h | |
---|---|---|
1 | 1 | |
0 | 0 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | over 2 years ago | |
C | C | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sort-test
-
sort algorithm comparison tool
You can see the (open source) sort tool here: https://github.com/hareball/sort-test
combsort.h
What are some alternatives?
Fortress-of-Solitude - This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
crumsort - A branchless unstable quicksort / mergesort that is highly adaptive.
quadsort - Quadsort is a branchless stable adaptive mergesort faster than quicksort.
blitsort - Blitsort is an in-place stable adaptive rotate mergesort / quicksort.
c-sorter - [IN DEVELOPMENT] This is my sorting algorithm.
algo-animator - An interactive program to visualize sorting algorithms. Developed in C using OpenGL, GLUT, and FreeType.
rhsort - Robin Hood Sort, for uniform data
simplest-sort - The simplest sorting algorithm that sorts in quadratic time
