Abstract
This paper introduces a new sorting algorithm designed to sort array elements directly within the array itself. The algorithm features a best-case time complexity of O(n) and an average and worst-case time complexity of O (n log n). It achieves this performance through a method that combines recursive breakdown with in-place merging techniques. We compare this new approach with existing popular sorting algorithms to assess its relative effectiveness. The paper concludes with insights into the algorithm's strengths and limitations, and proposes potential areas for further development and refinement. Keywords - Complexity Analysis, In-Place Sorting, Recursive Breakdown
Published Version (Free)
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have