194 Commits

Author SHA1 Message Date
7a814932a4 Implemented cycle sort algorithm 2018-10-22 19:27:31 +02:00
348919a066 Added Missing declaration 2018-10-19 13:07:13 +05:30
120947a7ca Merge pull request #65 from KuLi/combSort
Implemented comb sort algorithm
2018-10-18 20:57:20 +05:30
3afb902885 Implemented comb sort algorithm 2018-10-18 16:58:37 +02:00
9cd9b16bee Implemented bucket sort algorithm 2018-10-17 19:23:59 +02:00
b96bab7fe1 Added Declaration for Local Variable 2018-10-16 19:11:21 +05:30
7bd9840773 feat: add flashsort
Related: #14
2018-10-14 00:16:51 +03:00
81bd46c18c feat: add counting sort
Related: #14
2018-10-14 00:15:49 +03:00
78860e0b33 Merge pull request #56 from christianbender/changed_heapSort
added let-statment
2018-03-31 00:02:01 +02:00
969902a73d added let-statment 2018-03-31 00:01:22 +02:00
f39a99998f Merge pull request #55 from christianbender/changed_gnomeSort
added the let-statment
2018-03-30 23:46:41 +02:00
1c835b4ab2 added the let-statment 2018-03-30 23:45:36 +02:00
370361ad48 Merge pull request #52 from christianbender/changed_bogoSort
fixed a leak and added the let-statement
2018-03-30 23:41:18 +02:00
f6c35bd6d2 Merge pull request #53 from christianbender/fixed_cocktailShakerSort
fixed the function cocktailShakerSort and added the let-statment.
2018-03-30 23:41:08 +02:00
18349287d1 added the let-statment and fixed a leak. 2018-03-30 23:40:08 +02:00
c83b680311 fixed two leaks 2018-03-30 23:37:47 +02:00
3367dc1b17 fixed the function cocktailShakerSort and added the let-statment. 2018-03-30 23:30:43 +02:00
c977d81dd7 fixed a leak and added the let-statement 2018-03-30 23:19:43 +02:00
4f2361cb91 Merge pull request #26 from Panzki/radixSort
Added radixsort algorithm.
2017-10-18 18:31:28 +05:30
28343d2cc3 add console printing for after sorting 2017-10-16 13:05:33 +01:00
9dbf000df7 add additional implementation using a while loop for educational purposes 2017-10-16 12:56:02 +01:00
0551dbab37 remove changes made on adding alternative implementation of bubble sort 2017-10-16 12:47:45 +01:00
6de559d0e9 add alternative implementation of bubble sort using a while loop 2017-10-16 12:03:41 +01:00
5742bf5009 add to bubble sort information about big O complexity and efficiency 2017-10-16 11:23:46 +01:00
29d252e8e6 fix typo in bubble sort descriptiion 2017-10-16 09:24:30 +01:00
a7a192ad08 Fixed a bug in the radix sort algorithm, that would sort the indexes of the passed array instead of the actual array items. 2017-10-10 12:30:58 +02:00
daa37ba33f Merge pull request #22 from KuLi/cocktailShakerSort
Implemented cocktail shaker sort algorithm
2017-10-07 12:12:22 +05:30
df96740f5d Implemented cocktail shaker sort algorithm 2017-10-07 08:31:14 +02:00
36d777846e Merge pull request #20 from KuLi/shellSort
Implemented shell sort algorithm
2017-10-05 11:52:46 +05:30
2f362c9cbd Merge pull request #21 from KuLi/gnomeSort
Implemented gnome sort algorithm
2017-10-05 11:41:29 +05:30
1d676b1c24 Merge pull request #23 from Panzki/heapSort
Added heapsort algorithm.
2017-10-05 11:28:24 +05:30
5d5d17cc7c Merge pull request #24 from Panzki/bogoSort
Added Bogosort algorithm
2017-10-05 11:18:13 +05:30
059848ee44 Merge pull request #25 from Panzki/quickSort
Added quicksort to the sorting algorithms.
2017-10-05 08:01:30 +05:30
0956fd4405 #14 - Adding merge sort algorithm 2017-10-04 20:20:23 -04:00
8b8575d058 Added radixsort algorithm. 2017-10-01 19:46:16 +02:00
781913b8d0 Added quicksort to the sorting algorithms. 2017-10-01 19:44:22 +02:00
1a5413832a Added heapsort algorithm. 2017-10-01 19:41:56 +02:00
94602f59af Added the bogosort algorithm. 2017-10-01 19:38:59 +02:00
2b520fe5c1 Implemented gnome sort algorithm 2017-09-30 20:15:17 +02:00
a0e06d3ea8 Implemented shell sort algorithm 2017-09-30 19:59:06 +02:00
3bbcc84977 Added Implementation of Insertion Sort 2017-08-14 16:12:59 +05:30
e846f8ff50 Added Implementation of Selection Sort 2017-08-14 01:38:06 +05:30
25f974b01d Implementation of Selection Sort 2017-08-14 01:37:18 +05:30
dd23b796bd Added Implementation of Bubble Sort 2017-08-11 13:41:48 +05:30