1. What contributions have the authors mentioned in the paper "Algorithms for the generalized sorting problem" ?
The authors study the generalized sorting problem where they are given a set of n elements to be sorted but only a subset of all possible pairwise element comparisons is allowed.. The generalized sorting problem may be equivalently viewed as follows.. An extensively studied special case of the generalized sorting problem is the nuts and bolts problem where the allowed comparison graph is a complete bipartite graph between two equal-size sets.. The authors also study the sorting problem in randomly generated allowed comparison graphs, and show that when the edge probability is p, Õ ( min { n/p2, n3⁄2p √p } ) comparisons suffice on average to sort.
read more
2. How can the authors estimate the in-degree of every vertex?
By using the subroutine INIT-SAMPLE with sampling rate 4/ √ np, the authors can estimate the in-degree of every vertex up to an additive error of √ np log n using O(n3/2 √ p log n) probes.
read more
3. How many probes are needed to improve the lower bound?
The fact that random graphs may be easier than arbitrary graphs suggests that careful combinatorial constructions may be needed to improve the lower bound beyond Ω(n log n) probes.
read more
4. What is the simplest way to reduce the number of linear extensions?
and probing a balanced edge reduces the number of linear extensions by at least a ( 1− 1e √ n) factor, the authors only need toprobe O(n3/2 log n) edges to reduce the number of linear extensions to one, and hence sort the n elements.
read more




