English

Fast Algorithms for Constructing Maximum Entropy Summary Trees

Data Structures and Algorithms 2014-04-24 v1

Abstract

Karloff? and Shirley recently proposed summary trees as a new way to visualize large rooted trees (Eurovis 2013) and gave algorithms for generating a maximum-entropy k-node summary tree of an input n-node rooted tree. However, the algorithm generating optimal summary trees was only pseudo-polynomial (and worked only for integral weights); the authors left open existence of a olynomial-time algorithm. In addition, the authors provided an additive approximation algorithm and a greedy heuristic, both working on real weights. This paper shows how to construct maximum entropy k-node summary trees in time O(k^2 n + n log n) for real weights (indeed, as small as the time bound for the greedy heuristic given previously); how to speed up the approximation algorithm so that it runs in time O(n + (k^4/eps?) log(k/eps?)), and how to speed up the greedy algorithm so as to run in time O(kn + n log n). Altogether, these results make summary trees a much more practical tool than before.

Keywords

Cite

@article{arxiv.1404.5660,
  title  = {Fast Algorithms for Constructing Maximum Entropy Summary Trees},
  author = {Richard Cole and Howard Karloff},
  journal= {arXiv preprint arXiv:1404.5660},
  year   = {2014}
}

Comments

17 pages, 4 figures. Extended version of paper appearing in ICALP 2014

R2 v1 2026-06-22T03:56:26.823Z