About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Publication
Algorithmica (New York)
Paper
The Bit Complexity of Distributed Sorting
Abstract
We study the bit complexity of the sorting problem for asynchronous distributed systems. We show that for every network with a tree topology T, every sorting algorithm must send at least Ω ( ΔT log(L/A)) bits in the worst case, where {1, 2, . . . L} is the set of possible initial values, and ΔT is the sum of distances from all the vertices to a median of the tree. In addition, we present an algorithm that sends at most O (ΔT log((L · N)/ ΔT)) bits for such trees. These bounds are tight if either L = Ω (N1+ε) or ΔT = Ω(N2). We also present results regarding average distributions. These results suggest that sorting is an inherently nondistributive problem, since it requires an amount of information transfer that is equal to the concentration of all the data in a single processor, which then distributes the final results to the whole network. The importance of bit complexity - as opposed to message complexity - stems also from the fact that, in the lower bound discussion, no assumptions are made as to the nature of the algorithm.