Anytime Sorting Algorithms (Extended Version)
Data Structures and Algorithms
2024-05-15 v1
Abstract
This paper addresses the anytime sorting problem, aiming to develop algorithms providing tentative estimates of the sorted list at each execution step. Comparisons are treated as steps, and the Spearman's footrule metric evaluates estimation accuracy. We propose a general approach for making any sorting algorithm anytime and introduce two new algorithms: multizip sort and Corsort. Simulations showcase the superior performance of both algorithms compared to existing methods. Multizip sort keeps a low global complexity, while Corsort produces intermediate estimates surpassing previous algorithms.
Cite
@article{arxiv.2405.08564,
title = {Anytime Sorting Algorithms (Extended Version)},
author = {Emma Caizergues and François Durand and Fabien Mathieu},
journal= {arXiv preprint arXiv:2405.08564},
year = {2024}
}
Comments
33rd International Joint Conference on Artificial Intelligence (IJCAI 2024), Aug 2024, Jeju City, Jeju Island, South Korea