Skip to content

koeppl/longestlyndonsubsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing Longest Lyndon Subsequences

automatic test

This tool computes the longest Lyndon subsequence found in a given text file.

build

You can easily compile the tool with a recent version of cargo.

cargo build --release
./target/release/longestlyndonsubseq -f <FILENAME> [-p prefixlength]

For benchmarking, you can use the file run.sh after you have specified the datasets (hard-coded) to use.

Caveats

The program is quite slow, so do not expect to obtain immediate results for string lengths > 300.

References

About

Computes the longest Lyndon subsequence of a given input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •