We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: 2-Dimensional Palindromes with $k$ Mismatches

Authors: Dina Sokol
Abstract: This paper extends the problem of 2-dimensional palindrome search into the area of approximate matching. Using the Hamming distance as the measure, we search for 2D palindromes that allow up to $k$ mismatches. We consider two different definitions of 2D palindromes and describe efficient algorithms for both of them. The first definition implies a square, while the second definition (also known as a \emph{centrosymmetric factor}), can be any rectangular shape. Given a text of size $n \times m$, the time complexity of the first algorithm is $O(nm (\log m + \log n + k))$ and for the second algorithm it is $O(nm(\log m + k) + occ)$ where $occ$ is the size of the output.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2002.11157 [cs.DS]
  (or arXiv:2002.11157v1 [cs.DS] for this version)

Submission history

From: Dina Sokol [view email]
[v1] Tue, 25 Feb 2020 19:56:08 GMT (564kb,D)

Link back to: arXiv, form interface, contact.