Improved upper and lower bounds for the point placement problem
Data Structures and Algorithms
2012-10-16 v1
Abstract
The point placement problem is to determine the positions of a set of distinct points, P = {p1, p2, p3, ..., pn}, on a line uniquely, up to translation and reflection, from the fewest possible distance queries between pairs of points. Each distance query corresponds to an edge in a graph, called point placement graph ppg, whose vertex set is P. The uniqueness requirement of the placement translates to line rigidity of the ppg. In this paper we show how to construct in 2 rounds a line rigid point placement graph of size 9n/7 + O(1). This improves the existing best result of 4n/3 + O(1). We also improve the lower bound on 2-round algorithms from 17n/16 to 9n/8.
Cite
@article{arxiv.1210.3833,
title = {Improved upper and lower bounds for the point placement problem},
author = {Md. Shafiul Alam and Asish Mukhopadhyay},
journal= {arXiv preprint arXiv:1210.3833},
year = {2012}
}
Comments
19 pages, 11 figures