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

Implementation of Algorithms to Classify Musical Texts According to Rhythms

TL;DR: This paper implements the above algorithm along with the naive brute force algorithm to solve the same problem and analyzes the theoretical time complexity bounds with the actual running times achieved by the experiments and compares the results.
Book ChapterDOI

Massively Parallel Suffix Array Construction

TL;DR: This paper considers the construction of the suffix array of a string on the MasPar MP-2 architecture, and adapt known PRAM techniques for implementation on theMasPar: bulletin boards, doubling techniques and sorting methods.
Journal ArticleDOI

Longest property-preserved common factor: A new string-processing framework

TL;DR: This work considers three fundamental string properties: square-free factors, periodic factors, and palindromic factors under three different settings, one per property, and presents linear-time solutions for all settings.
Proceedings Article

Computing the lambda -Seeds of a String.

TL;DR: An efficient algorithm is presented that can compute all the λ-seeds of x in O(n2) time and find all the sets of λ substrings of x that cover a superstring of x.