ARC Sort: Enhanced and Time Efficient Sorting Algorithm
Data Structures and Algorithms
2014-06-10 v1
Abstract
This paper discusses about a sorting algorithm which uses the concept of buckets where each bucket represents a certain number of digits. A two dimensional data structure is used where one dimension represents buckets i. e; number of digits and each bucket's corresponding dimensions represents the input numbers that belong to that bucket. Each bucket is then individually sorted. Since every preceding bucket elements will always be smaller than the succeeding buckets no comparison between them is required. By doing this we can significantly reduced the time complexity of any sorting algorithm used to sort the given set of inputs.
Cite
@article{arxiv.1406.2262,
title = {ARC Sort: Enhanced and Time Efficient Sorting Algorithm},
author = {Ankit Chadha and Rishikesh Misal and Tanaya Mokashi and Aman Chadha},
journal= {arXiv preprint arXiv:1406.2262},
year = {2014}
}