activity
20152026
most citedDictionary matching in a stream

6 citations · 12 across the 13 of their papers we have counts for

collaborators

30 papers

cs.DS2026

Streaming algorithms for computing coresets and -median clustering in the Hamming space

Taha El Ghazi, Jonas Ellert, Chien-Chung Huang +1

Clustering is one of the most fundamental tools in data analysis, allowing large datasets to be summarized by a small number of representative points. Given a metric space $(\mathc…

cs.DS2026

Suffix Random Access via Function Inversion: A Key for Asymmetric Streaming String Algorithms

Panagiotis Charalampopoulos, Taha El Ghazi, Jonas Ellert +2

Many string processing problems can be phrased in the streaming setting, where the input arrives symbol by symbol and we have sublinear working space. The area of streaming algorit…

cs.DS2025

Streaming periodicity with mismatches, wildcards, and edits

Taha El Ghazi, Tatiana Starikovskaya

In this work, we study the problem of detecting periodic trends in strings. While detecting exact periodicity has been studied extensively, real-world data is often noisy, where sm…

cs.DS2024

Faster two-dimensional pattern matching with mismatches

Jonas Ellert, Paweł Gawrychowski, Adam Górkiewicz +1

The classical pattern matching asks for locating all occurrences of one string, called the pattern, in another, called the text, where a string is simply a sequence of characters.…

cs.DS2024

Small Space Encoding and Recognition of -Palindromic Prefixes

Gabriel Bathie, Jonas Ellert, Tatiana Starikovskaya

Palindromes are non-empty strings that read the same forward and backward. The problem of recognizing strings that can be represented as the concatenation of even-length palindrome…

cs.DS2024

Longest Common Extensions with Wildcards: Trade-off and Applications

Gabriel Bathie, Itai Boneh, Panagiotis Charalampopoulos +2

We study the Longest Common Extension (LCE) problem in a string containing wildcards. Wildcards (also called "don't cares" or "holes") are special characters that match any other c…