Super Quick Sort Algorithm
Jianqin Zhou
Abstract
Jianqin Zhou
Abstract
Sorting algorithms have been widely studied in both theory and algorithm design.A new practical in-place sorting algorithm,called super quick sort,is obtained by merging some characteristics of radix sort and quick sort.Both theoretical analysis and experimental tests confirm the merits of super quick sort.The time complexity and space complexity of the new algorithm is much better than that of both radix sort and quick sort.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Sorting algorithms have been widely studied in both theory and algorithm design.A new practical in-place sorting algorithm,called super quick sort,is obtained by merging some characteristics of radix sort and quick sort.Both theoretical analysis and experimental tests confirm the merits of super quick sort.The time complexity and space complexity of the new algorithm is much better than that of both radix sort and quick sort.
Key concepts: Sorting algorithm, sort, Computer science, Algorithm, Sorting, Information retrieval