English

Matching Subsequences in Trees

Data Structures and Algorithms 2011-11-09 v3

Abstract

Given two rooted, labeled trees PP and TT the tree path subsequence problem is to determine which paths in PP are subsequences of which paths in TT. Here a path begins at the root and ends at a leaf. In this paper we propose this problem as a useful query primitive for XML data, and provide new algorithms improving the previously best known time and space bounds.

Keywords

Cite

@article{arxiv.cs/0512061,
  title  = {Matching Subsequences in Trees},
  author = {Philip Bille and Inge Li Goertz},
  journal= {arXiv preprint arXiv:cs/0512061},
  year   = {2011}
}

Comments

Minor correction of typos, etc