Center for Algorithms and Theory of Computation

CS 269S, Winter 2022: Theory Seminar


March 11, 2022, 1:00 – 1:50pm, DBH 1300

Randomized Shellsort: A Simple Data-Oblivious Sorting Algorithm

Ramtin Afshar

Abstract:

In this paper, we describe a randomized Shellsort algorithm. This algorithm is a simple, random- ized, data-oblivious version of the Shellsort algorithm that always runs in O(n log n) time and succeeds in sorting any given input permutation with very high probability. Taken together, these properties imply applications in the design of new efficient privacy-preserving computations based on the secure multi- party computation (SMC) paradigm. In addition, by a trivial conversion of this Monte Carlo algorithm to its Las Vegas equivalent, one gets the first version of Shellsort with a running time that is provably O(n log n) with very high probability.

Based on work by Michael Goodrich: https://dl.acm.org/doi/10.1145/2049697.2049701