Improved Online Sorting
Jubayer Nirjhor, Nicole Wein

TL;DR
This paper introduces a new deterministic online sorting algorithm with quasi-polylogarithmic cost, improving upon previous bounds, and discusses related concurrent work achieving polylogarithmic cost.
Contribution
It presents a deterministic online sorting algorithm with significantly improved quasi-polylogarithmic cost, advancing the state of the art in online sorting efficiency.
Findings
New deterministic algorithm with quasi-polylogarithmic cost
Concurrent work achieves polylogarithmic cost
Improves previous exponential and lower bounds
Abstract
We study the online sorting problem, where real numbers arrive in an online fashion, and the algorithm must immediately place each number into an array of size before seeing the next number. After all numbers are placed into the array, the cost is defined as the sum over the absolute differences of all pairs of adjacent numbers in the array, ignoring empty array cells. Aamand, Abrahamsen, Beretta, and Kleist introduced the problem and obtained a deterministic algorithm with cost , and a lower bound of for deterministic algorithms. We obtain a deterministic algorithm with quasi-polylogarithmic cost . Concurrent and independent work by Azar, Panigrahi, and Vardi achieves polylogarithmic…
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 · Face and Expression Recognition
