TheAlgorithms-C/sorting
Krishna Vedala 18c79b203e
Merge commit '9d51b08a816693281b2890671e9b5fdcbded5b12'
* commit '9d51b08a816693281b2890671e9b5fdcbded5b12':
  Add return value in deque()
  Remove the white space
  Typo in variable name
  Add the return value in create _heap()
  updating DIRECTORY.md
  Fix #509
  Increased spead of Cocktail Sort
  Add new sorting algorithm (Cocktail Sort)
  Changed function name
  Add new sorting algorithm
  updating DIRECTORY.md
  dynamic array data structure
  Add syntax highlight
  index now starts from 1

# Conflicts:
#	client_server/client.c
#	sorting/Bubble_Sort_2.c
2020-04-22 08:19:16 -04:00
..
Bead_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
binary_Insertion_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Bogo_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Bubble_Sort_2.c Typo in variable name 2020-04-21 07:16:18 +02:00
Bubble_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Bucket_Sort.c Rename BucketSort.c to Bucket_Sort.c 2020-01-09 10:54:19 +01:00
CMakeLists.txt added sorting folder to cmake 2020-04-07 18:11:24 -04:00
Cocktail_Sort.c Increased spead of Cocktail Sort 2020-04-18 20:33:31 +09:00
comb_sort.c Change for loop in comb_sort.c 2019-08-25 19:15:06 +08:00
counting_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
Cycle_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
gnome_sort.c Fix #509 2020-04-19 09:14:49 +08:00
Heap_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
insertion_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
merge_sort.c renamed conflicting mergesort function 2020-04-07 18:33:49 -04:00
multikey_quick_sort.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
Pancake_Sort.c code cleanup + random set of arrays 2020-04-07 19:08:35 -04:00
partition_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01: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
radix_sort_2.c code clean + added missing function + syntax corrections 2020-04-07 18:37:47 -04:00
radix_sort.c Rename Sorts/RadixSort.c to sorting/radix_sort.c 2019-10-30 14:22:29 +05:30
random_quick_sort.c Create random_quick_sort.c 2019-10-01 20:25:15 +05:30
Selection_Sort.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
shaker_sort.c Refactor 2018-10-08 21:18:35 +05:30
shell_Sort2.c shell_sort - initial random values 2020-04-20 12:04:47 -04:00
shell_Sort.c revert to single function implementation of shell_sort 2020-04-07 12:22:31 -04:00
Stooge_Sort.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00