TwinArray Sort: An Efficient Non-Comparison-Based Sorting Algorithm with Improved Memory Management and Duplicate Handling
TwinArray Sort is a novel non-comparison-based sorting algorithm that effectively utilizes dual auxiliary arrays for value storage and frequency counting, achieving linear time and space complexity while outperforming conventional sorting algorithms, especially for datasets with unique elements.