The document presents a new sorting algorithm called RA Sort, which utilizes selective comparisons between elements in an array to enhance sorting efficiency. This algorithm significantly reduces the number of comparisons required compared to traditional sorting methods, achieving an empirical time complexity of O(emp(n log n)^(1.333)). The paper includes both theoretical and empirical analyses, comparing RA Sort's performance to quick sort under various input distributions, revealing its advantages in specific scenarios.