Abstract
A (k]-tuple common substring (abbr. (k]-CSS) is a common subsequence of two or more given strings including at most k common substrings. The complexity of finding a longest (k]-CSS of 2 strings is still open. We present a dynamic programming algorithm for finding a longest (k]-CSS of two strings in O(kn1n2) time and space where n1 and n2 are the given string lengths. To breakthrough the quadratic space complexity, we present an algorithm for finding a longest (k]-CSS in O(kn1n2) time and O(n1+kn2) space. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.
| Original language | English |
|---|---|
| Title of host publication | Frontiers of Algorithmics |
| Subtitle of host publication | 18th International Joint Conference, IJTCS-FAW 2024, Hong Kong SAR, China, July 29-31, 2024, Proceedings |
| Editors | Bo Li, Minming Li, Xiaoming Sun |
| Publisher | Springer |
| Pages | 106-114 |
| ISBN (Electronic) | 978-981-97-7752-5 |
| ISBN (Print) | 978-981-97-7751-8 |
| DOIs | |
| Publication status | Published - 2025 |
| Event | 5th International Joint Conference on Theoretical Computer Science (IJTCS) and 18th International Conference on Frontiers of Algorithmic Wisdom (FAW) (IJTCS-FAW 2024) - Hong Kong Polytechnic University, Hong Kong, China Duration: 29 Jul 2024 → 31 Jul 2024 https://ijtcs2024.comp.polyu.edu.hk/ |
Publication series
| Name | Lecture Notes in Computer Science |
|---|---|
| Volume | 14752 |
| ISSN (Print) | 0302-9743 |
| ISSN (Electronic) | 1611-3349 |
Conference
| Conference | 5th International Joint Conference on Theoretical Computer Science (IJTCS) and 18th International Conference on Frontiers of Algorithmic Wisdom (FAW) (IJTCS-FAW 2024) |
|---|---|
| Place | Hong Kong, China |
| Period | 29/07/24 → 31/07/24 |
| Internet address |
Research Keywords
- Algorithm
- Common substring
- Complexity