English

Notes on computing peaks in k-levels and parametric spanning trees

Computational Geometry 2007-05-23 v1 Data Structures and Algorithms

Abstract

We give an algorithm to compute all the local peaks in the kk-level of an arrangement of nn lines in O(nlogn)+O~((kn)2/3)O(n \log n) + \tilde{O}((kn)^{2/3}) time. We can also find τ\tau largest peaks in O(nlog2n)+O~((τn)2/3)O(n \log ^2 n) + \tilde{O}((\tau n)^{2/3}) time. Moreover, we consider the longest edge in a parametric minimum spanning tree (in other words, a bottleneck edge for connectivity), and give an algorithm to compute the parameter value (within a given interval) maximizing/minimizing the length of the longest edge in MST. The time complexity is O~(n8/7k1/7+nk1/3)\tilde{O}(n^{8/7}k^{1/7} + n k^{1/3})

Keywords

Cite

@article{arxiv.cs/0103024,
  title  = {Notes on computing peaks in k-levels and parametric spanning trees},
  author = {Naoki Katoh and Takeshi Tokuyama},
  journal= {arXiv preprint arXiv:cs/0103024},
  year   = {2007}
}

Comments

ACM SCG'01