borzunov / course-work-2016

Computational experiment with Lyndon and Lempel-Ziv factorizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational experiment with Lyndon and Lempel-Ziv factorizations

A coursework under the direction of Professor Arseny M. Shur.

Objective

Let Z(S) be the number of factors in Lempel-Ziv factorization of the string, L(S) be the number of different factors in Lyndon factorization of the string. Here's a hypothesis:

L(S) = O( Z(S) )

Only one series of strings where L(S) > Z(S) was known. The objective of this work is to find more series with this property.

Description of the results is available in Russian.

About

Computational experiment with Lyndon and Lempel-Ziv factorizations


Languages

Language:Jupyter Notebook 59.7%Language:TeX 22.1%Language:Go 16.5%Language:Python 1.7%