scispace - formally typeset
K

Kimmo Fredriksson

Researcher at University of Eastern Finland

Publications -  72
Citations -  1113

Kimmo Fredriksson is an academic researcher from University of Eastern Finland. The author has contributed to research in topics: String searching algorithm & Approximate string matching. The author has an hindex of 18, co-authored 72 publications receiving 1079 citations. Previous affiliations of Kimmo Fredriksson include University of Helsinki.

Papers
More filters
Journal ArticleDOI

Average-optimal single and multiple approximate string matching

TL;DR: A new algorithm for multiple approximate string matching based on reading backwards enough l-grams from text windows so as to prove that no occurrence can contain the part of the window read, and then shifting the window is presented.
Book ChapterDOI

Practical and optimal string matching

TL;DR: A new exact bit-parallel string matching algorithm, based on the Shift-Or algorithm (Baeza-Yates & Gonnet, 1992), which has optimal O(n logσm / m) average running time and worst case running time, where n, m and σ are the sizes of the text, the pattern, and the alphabet, respectively.
Journal ArticleDOI

Efficient parameterized string matching

TL;DR: Simple and practical algorithms for finding all pattern occurrences in sublinear time on average for parameterized string matching the pattern P matches a substring t of the text T if there exist a bijective mapping from the symbols of P to the symbol of t.
Book ChapterDOI

Fast plagiarism detection system

TL;DR: There is a minimum level of acceptable performance for the application of detecting student plagiarism, and it would be useful if the detector operated at a level that meant for a piece of work to fool the algorithm would require that the student spent a large amount of time on the assignment.
Journal ArticleDOI

Shift-or string matching with super-alphabets

TL;DR: The bit-parallelism is extended in another direction, using super-alphabets, and the result is the fastest known algorithm for exact string matching for short patterns and small alphabets.