We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: SONIK: Efficient In-situ All Item Rank Generation using Bit Operations

Authors: Sourav Dutta
Abstract: Sorting, a classical combinatorial process, forms the bedrock of numerous algorithms with varied applications. A related problem involves efficiently finding the corresponding ranks of all the elements - catering to rank queries, data partitioning and allocation, etc. Although, the element ranks can be subsequently obtained by initially sorting the elements, such procedures involve O(n log n) computations and might not be suitable with large input sizes for hard real-time systems or for applications with data re-ordering constraints. This paper proposes SONIK, a non-comparison linear time and space algorithm using bit operations inspired by radix sort for computing the ranks of all input integer elements, thereby providing implicit sorting. The element ranks are generated in-situ, i.e., directly at the corresponding element position without re-ordering or recourse to any other sorting mechanism.
Comments: 12 pages, 2 figures, WCSE 2016
Subjects: Data Structures and Algorithms (cs.DS)
ACM classes: F.2.2
Cite as: arXiv:1605.06992 [cs.DS]
  (or arXiv:1605.06992v2 [cs.DS] for this version)

Submission history

From: Sourav Dutta [view email]
[v1] Mon, 23 May 2016 12:24:16 GMT (96kb,D)
[v2] Thu, 23 Jun 2016 08:18:13 GMT (96kb,D)

Link back to: arXiv, form interface, contact.