The implementation is based on code from the ShellSort article. But the ability to sort any kind of array was added, like in the qsort function. The implementation doesn’t use dynamic memory ...
Java implementation of a Shellsort algorithm, for the project of Algorithm and data structures course. The algorithm is tested over several input cases, in order to analize and study the computational ...