Skip to main content

Showing 1–1 of 1 results for author: Sundararajan, K K

Searching in archive cs. Search in all archives.
.
  1. arXiv:1107.3622  [pdf

    cs.DS

    K-sort: A new sorting algorithm that beats Heap sort for n <= 70 lakhs!

    Authors: Kiran Kumar Sundararajan, Mita Pal, Soubhik Chakraborty, N. C. Mahanti

    Abstract: Sundararajan and Chakraborty (2007) introduced a new version of Quick sort removing the interchanges. Khreisat (2007) found this algorithm to be competing well with some other versions of Quick sort. However, it uses an auxiliary array thereby increasing the space complexity. Here, we provide a second version of our new sort where we have removed the auxiliary array. This second improved version o… ▽ More

    Submitted 19 July, 2011; originally announced July 2011.

    Comments: 9 pages, 9 figures