Dmitry Kosolobov
Ural Federal University
46 Papers
179 Citations
Dmitry Kosolobov is an academic researcher from Ural Federal University. The author has contributed to research in topics: String (computer science) & Time complexity. The author has an hindex of 9, co-authored 45 publications. Previous affiliations of Dmitry Kosolobov include University of Helsinki.
Chat about Author
Papers
Computing runs on a general alphabet
TL;DR: In this article, a RAM algorithm was proposed to find all runs of a given string of length n over a general ordered alphabet in O( n log 2 3? n ) time and linear space.
LZ-End Parsing in Compressed Space
Dominik Kempa,Dmitry Kosolobov +1 more
- 04 Apr 2017
TL;DR: An algorithm that constructs the LZ-End parsing (a variation of LZ77) of a given string of length n in O(n log l) expected time and O(z + l) space, where z is the number of phrases in the parsing and l is the length of the longest phrase.
Pal k is Linear Recognizable Online
Dmitry Kosolobov,Mikhail Rubinchik,Arseny M. Shur +2 more
- 24 Jan 2015
TL;DR: This work constructs a linear time and space online recognition algorithm for the language L·Pal, where Pal is the language of all nonempty palindromes, and solves an open problem posed by Galil and Seiferas in 1978.
Palindromic length in linear time
Kirill Borozdin,Dmitry Kosolobov,Mikhail Rubinchik,Arseny M. Shur +3 more
- 01 Jan 2017
TL;DR: The first linear time online algorithm for finding the palindromic length of a string is presented, and it is shown that O(n log n) time online algorithms for this problem are new and innovative.
28
•Posted Content
Lempel-Ziv Factorization May Be Harder Than Computing All Runs
TL;DR: In the decision tree model the runs problem is easier than the Lempel-Ziv factorization, and the conjecture that there is a linear RAM algorithm finding all runs is supported.
21