TheAlgorithms-C/sorting
Krishna Vedala 2fff1d5a28
Merge pull request #5 from kvedala/function_timer
remove external dependency on Function timer
2020-05-29 16:05:02 -04:00
..
Bead_Sort.c use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Bogo_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Bubble_Sort.c use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Bubble_Sort_2.c Typo in variable name 2020-04-21 07:16:18 +02:00
Bucket_Sort.c Rename BucketSort.c to Bucket_Sort.c 2020-01-09 10:54:19 +01:00
CMakeLists.txt check if math library is available and include if present 2020-05-29 14:04:14 -04:00
Cocktail_Sort.c Increased spead of Cocktail Sort 2020-04-18 20:33:31 +09:00
Cycle_Sort.c use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Heap_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Pancake_Sort.c code cleanup + random set of arrays 2020-04-07 19:08:35 -04:00
Pigeonhole_Sort.c Add new sorting algorithm (Cocktail Sort) 2020-04-18 20:29:38 +09:00
Quick_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Selection_Sort.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
Stooge_Sort.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
binary_Insertion_Sort.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
comb_sort.c Change for loop in comb_sort.c 2019-08-25 19:15:06 +08:00
counting_Sort.c more mallocs 2020-04-23 20:53:53 -04:00
gnome_sort.c Fix #509 2020-04-19 09:14:49 +08:00
insertion_Sort.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
merge_sort.c renamed conflicting `mergesort` function 2020-04-07 18:33:49 -04:00
merge_sort_nr.c Update and rename MERGENR.C to merge_sort_nr.c 2020-05-28 11:40:03 +05:30
multikey_quick_sort.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
partition_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
radix_sort.c Rename Sorts/RadixSort.c to sorting/radix_sort.c 2019-10-30 14:22:29 +05:30
radix_sort_2.c more mallocs 2020-04-23 20:53:53 -04:00
random_quick_sort.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
shaker_sort.c use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
shell_Sort.c revert to single function implementation of shell_sort 2020-04-07 12:22:31 -04:00
shell_Sort2.c Merge commit '0538404f8652bb8f80d362eab2bf988a3eb545bd' 2020-05-25 11:42:12 -04:00