Sorting Real Numbers in $O(n\sqrt{\log n})$ Time and Linear Space
Yijie Han

TL;DR
This paper introduces a novel algorithm that sorts real numbers in $O(n\sqrt{\log n})$ time using linear space, surpassing the traditional comparison-based sorting lower bound.
Contribution
The paper presents the first known algorithm achieving sub-$n\log n$ time complexity for sorting real numbers, breaking the comparison sorting barrier.
Findings
Sorts real numbers in $O(n\sqrt{\log n})$ time
Uses linear space
Breaks the comparison sorting lower bound
Abstract
We present an time and linear space algorithm for sorting real numbers. This breaks the long time illusion that real numbers have to be sorted by comparison sorting and take time to be sorted.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Parallel Computing and Optimization Techniques · Numerical Methods and Algorithms
