A Novel Counting Sort for Real Numberswith Linear Time Complexity

S Kumar, MS Gaur, K Kumar… - 2022 International …, 2022 - ieeexplore.ieee.org
Counting sort is a method that counts the occurrence of numbers with different key values. It
sorts the numbers according to their key values (smaller integer) and mapped sorted value …

[HTML][HTML] Improvement of Counting Sorting Algorithm

C Song, H Li - Journal of Computer and Communications, 2023 - scirp.org
By analyzing the internal features of counting sorting algorithm. Two improvements of
counting sorting algorithms are proposed, which have a wide range of applications and …

Time and Space Optimization in Linear Time Sorting Using LSORT

YL Narayanan, M Sumathi - 2024 2nd International Conference …, 2024 - ieeexplore.ieee.org
The requirement for faster computation is increasing day by day, and researchers are
working hard to improve processing speed in different aspects. In real time, the data …

SRCS: A new proposed counting sort algorithm based on square root method

H Roy, M Shafiuzzaman… - 2019 22nd International …, 2019 - ieeexplore.ieee.org
Counting sort is one of the basic sorting algorithm in computer science which has a time
complexity of O (N+ K) where N is the number of elements and K is the maximum value …