pystraf

Results 4 issues of pystraf

I have added support for C++14 and above versions. The new project has a grailsort.hpp file that contains four export functions: grailsort:: grail_sort (GrailSort), grailsort:: grail_sort_buffer (GrailSortWithBuffer), grailsort:: grail_sort_dyn_buffer (GrailSortWithDynBuffer),...

The shatter sorting cannot sort correctly in random input. But the simple shatter sorting and the immediate shatter sorting can.

The hyper stooge sorting is a sorting algorithm that worse than the stooge sorting. Instead of recursing using two-thirds of the array, it is modified to `n - 1`. It...

When the length of array is 26, this algorithm can complete sorting in less than 1 second. But if the length is 27, this algorithm takes a long time to...