# Consensus Patterns parameterized by input string length is W[1]-hard

**Authors:** Laurent Bulteau

arXiv: 1702.08238 · 2017-02-28

## TL;DR

This paper proves that the Consensus Patterns problem, which involves finding a common pattern in multiple strings with errors, is computationally hard (W[1]-hard) when parameterized by input string length.

## Contribution

It establishes the W[1]-hardness of the Consensus Patterns problem based on input string length, highlighting its computational complexity.

## Key findings

- Consensus Patterns problem is W[1]-hard when parameterized by string length.
- The hardness result applies to the problem with errors allowed in pattern matching.
- This work clarifies the computational limits of pattern extraction in strings.

## Abstract

We consider the Consensus Patterns problem, where, given a set of input strings, one is asked to extract a long-enough pattern which appears (with some errors) in all strings. We prove that this problem is W[1]-hard when parameterized by the maximum length of input strings.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.08238/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1702.08238/full.md

## References

4 references — full list in the complete paper: https://tomesphere.com/paper/1702.08238/full.md

---
Source: https://tomesphere.com/paper/1702.08238