Nearly Tight Bounds for the Online Sorting Problem
Yossi Azar, Debmalya Panigrahi, Or Vardi

TL;DR
This paper presents nearly optimal algorithms for the online sorting problem, significantly narrowing the gap between known upper and lower bounds on the tradeoff between space and competitiveness.
Contribution
It introduces deterministic algorithms with improved competitive ratios for various space constraints, nearly matching the theoretical lower bounds and extending to unknown ranges.
Findings
Achieves an $O(rac{ ext{log}^2 n}{ ext{epsilon}})$-competitive algorithm for $m = (1+\epsilon)n$.
Provides an $O(rac{ ext{log}^2 n}{\gamma})$-competitive algorithm for $m = \gamma n$ with $\gamma$ up to $O(\text{log}^2 n)$.
Establishes a near-optimal space-competitiveness tradeoff with an $O(\text{log}^2 n)$ upper bound on the product of ratio and space factor.
Abstract
In the online sorting problem, a sequence of numbers in (including ) have to be inserted in an array of size so as to minimize the sum of absolute differences between pairs of numbers occupying consecutive non-empty cells. Previously, Aamand {\em et al.} (SODA 2023) gave a deterministic -competitive algorithm when for any . They also showed a lower bound: with space, the competitive ratio of any deterministic algorithm is at least . This left an exponential gap between the upper and lower bounds for the problem. In this paper, we bridge this exponential gap and almost completely resolve the online sorting problem. First, we give a deterministic $O(\log^2 n /…
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
TopicsOptimization and Search Problems · IoT and Edge/Fog Computing · Advanced Manufacturing and Logistics Optimization
