Skip to main content

New Results for the 2-Interval Pattern Problem

  • Conference paper
Combinatorial Pattern Matching (CPM 2004)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 3109))

Included in the following conference series:

Abstract

We present new results concerning the problem of finding a constrained pattern in a set of 2-intervals. Given a set of n 2-intervals \({\cal D}\) and a model R describing if two disjoint 2-intervals can be in precedence order (<), be allowed to nest (\(\sqsubset\)) and/or be allowed to cross \((\between\)), the problem asks to find a maximum cardinality subset \({\cal D}' \subseteq {\cal D}\) such that any two 2-intervals in \({\cal D}'\) agree with R. We improve the time complexity of the best known algorithm for \(R = \{\sqsubset\}\) by giving an optimal O(n log n) time algorithm. Also, we give a graph-like relaxation for \(R = \{\sqsubset, \between\}\) that is solvable in \(O(n^2 \sqrt{n})\) time. Finally, we prove that the problem is NP-complete for \(R = \{<, \between\}\), and in addition to that, we give a fixed-parameter tractability result based on the crossing structure of \({\cal D}\).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

References

  1. Alber, J., Gramm, J., Guo, J., Niedermeier, R.: Towards optimally solving the longest common subsequence problem for sequences with nested arc annotations in linear time. In: Apostolico, A., Takeda, M. (eds.) CPM 2002. LNCS, vol. 2373, pp. 99–114. Springer, Heidelberg (2002)

    Chapter  Google Scholar 

  2. Blair, J.R.S., Peyton, B.: An introduction to chordal graphs and clique trees. Graph Theory and Sparse Matrix Computation 56, 1–29 (1993)

    MathSciNet  Google Scholar 

  3. Bar-Yehuda, R., Halldorsson, M.M., Naor, J., Shachnai, H., Shapira, I.: Scheduling split intervals. In: Proceedings of the 13th Annual ACM-SIAM Symposium on Discrete Algorithms, pp. 732–741 (2002)

    Google Scholar 

  4. Dagan, I., Golumbic, M.C., Pinter, R.Y.: Trapezoid graphs and their coloring. Discrete Applied Mathematics 21, 35–46 (1988)

    Article  MATH  MathSciNet  Google Scholar 

  5. Evans, P.A.: Finding common subsequences with arcs and pseudoknots. In: Crochemore, M., Paterson, M. (eds.) CPM 1999. LNCS, vol. 1645, pp. 270–280. Springer, Heidelberg (1999)

    Chapter  Google Scholar 

  6. Fulkerson, D.R., Gross, O.A.: Incidence matrices and interval graphs. Pacific Journal of Math. 15, 835–855 (1965)

    MATH  MathSciNet  Google Scholar 

  7. Felsner, S., Müller, R., Wernisch, L.: Trapezoid graphs and generalizations: Geometry and algorithms. Discrete Applied Math. 74, 13–32 (1997)

    Article  MATH  Google Scholar 

  8. Fredman, M.L.: On computing the length of longest increasing subsequences. Disrete Mathematics 11, 29–35 (1975)

    Article  MATH  MathSciNet  Google Scholar 

  9. Gramm, J., Guo, J., Niedermeier, R.: Pattern matching for arcannotated sequences. In: Agrawal, M., Seth, A.K. (eds.) FSTTCS 2002. LNCS, vol. 2556, pp. 182–193. Springer, Heidelberg (2002)

    Chapter  Google Scholar 

  10. Goldman, D., Istrail, S., Papadimitriou, C.H.: Algorithmic aspects of protein structure similarity. In: Proceedings of the 40th Annual Symposium of Foundations of Computer Science (FOCS 1999), pp. 512–522 (1999)

    Google Scholar 

  11. Golumbic, M.C.: Algorithmic graph theory and perfect graphs. Academic Press, New York (1980)

    MATH  Google Scholar 

  12. Griggs, J.R., West, D.B.: Extremal values of the interval number of a graph, I. SIAM J. Alg. Discrete Methods 1, 1–7 (1979)

    Article  MathSciNet  Google Scholar 

  13. Jiang, T., Lin, G.-H., Ma, B., Zhang, K.: The longest common subsequence problem for arc-annotated sequences. In: Giancarlo, R., Sankoff, D. (eds.) CPM 2000. LNCS, vol. 1848, pp. 154–165. Springer, Heidelberg (2000)

    Chapter  Google Scholar 

  14. Joseph, D., Meidanis, J., Tiwari, P.: Determining DNA sequence similarity using maximum independent set algorithms for interval graphs. In: Nurmi, O., Ukkonen, E. (eds.) SWAT 1992. LNCS, vol. 621, pp. 326–337. Springer, Heidelberg (1992)

    Google Scholar 

  15. Micali, S., Vazirani, V.V.: An O(_|V ||E|) algorithm for finding maximum matching in general graphs. In: Proceedings of the 21st Annual Symposium on Foundation of Computer Science, pp. 17–27. IEEE, Los Alamitos (1980)

    Google Scholar 

  16. Trotter, W.T., Harary, F.: On double and multiple interval graphs. J. Graph Theory 3, 205–211 (1979)

    Article  MATH  MathSciNet  Google Scholar 

  17. Tarjan, R.E.: Simple linear-time algorithms to test chordality of graphs, test acyclicity of hypergraphs, and selectively reduce acyclic hypergraphs. SIAM J. Comput. 13, 566–579 (1984)

    Article  MATH  MathSciNet  Google Scholar 

  18. Vazirani, V.V.: A theory of alternating paths and blossoms for proving correctness of the O(_|V ||E|) maximum matching algorithm. Combinatorica 14(1), 71–109 (1994)

    Article  MATH  MathSciNet  Google Scholar 

  19. Viksna, J., Gilbert, D.: Pattern matching and pattern discovery algorithms for protein topologies. In: Gascuel, O., Moret, B.M.E. (eds.) WABI 2001. LNCS, vol. 2149, pp. 98–111. Springer, Heidelberg (2001)

    Chapter  Google Scholar 

  20. Vialette, S.: Pattern matching problems over 2-interval sets. In: Apostolico, A., Takeda, M. (eds.) CPM 2002. LNCS, vol. 2373, pp. 53–63. Springer, Heidelberg (2002)

    Chapter  Google Scholar 

  21. Vialette, S.: On the computational complexity of 2-interval pattern matching. Theoretical Computer Science 312(2-3), 223–249 (2004)

    Article  MATH  MathSciNet  Google Scholar 

  22. West, D.B., Shmoys, D.B.: Recognizing graphs with fixed interval number is NP-complete. Discrete Applied Mathematics 8, 295–305 (1984)

    Article  MATH  MathSciNet  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2004 Springer-Verlag Berlin Heidelberg

About this paper

Cite this paper

Blin, G., Fertin, G., Vialette, S. (2004). New Results for the 2-Interval Pattern Problem. In: Sahinalp, S.C., Muthukrishnan, S., Dogrusoz, U. (eds) Combinatorial Pattern Matching. CPM 2004. Lecture Notes in Computer Science, vol 3109. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-540-27801-6_23

Download citation

  • DOI: https://doi.org/10.1007/978-3-540-27801-6_23

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-540-22341-2

  • Online ISBN: 978-3-540-27801-6

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics