scispace - formally typeset
C

Costas S. Iliopoulos

Researcher at King's College London

Publications -  441
Citations -  7243

Costas S. Iliopoulos is an academic researcher from King's College London. The author has contributed to research in topics: String (computer science) & Pattern matching. The author has an hindex of 40, co-authored 432 publications receiving 6883 citations. Previous affiliations of Costas S. Iliopoulos include University of Cambridge & Royal Holloway, University of London.

Papers
More filters
Book ChapterDOI

Maximal Motif Discovery in a Sliding Window

TL;DR: A new dynamic data structure is presented, and the first on-line algorithm, to discover all maximal motifs in a sliding window of length \(\ell \) on a sequence x of length n in \(\mathcal {O}(nd\ell + d\lceil \frac{\ell }{w}\rceil) time).
Posted Content

A Note on the Longest Common Compatible Prefix Problem for Partial Words

TL;DR: In this paper, the longest common compatible prefix (LCP) problem for regular words has been solved in O(n) and O(1) query time, respectively, using ideas from alignment algorithms and dynamic programming.
Proceedings ArticleDOI

A Parallel Algorithm for the Fixed-length Approximate String Matching Problem for High Throughput Sequencing Technologies

TL;DR: A practical parallel algorithm of comparable simplicity that requires only O( nm⌈l/w⌉ p ) time, where w is the word size of the machine and p the number of processors, by virtue of computing a bit representation of the relocatable dynamic programming matrix for the problem.