Skip to content

cite-architecture/lcs-scs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcs-scs

What it is

lcs-scs is a cross-platform library for comparing Vectors of data with any type of contents.

Current version: 2.2.2

Status: active development. Release notes.

License

GPL 3.0

Using, building, testing

lcs-scs is compiled for both the JVM and ScalaJS using 2.12.

To build from source and test for a given version, use normal sbt commands (compile, test ...).

You can also test or run tasks against all versions, using + before the task name. E.g., sbt "+ test" runs the test task against all versions.

About

Utilities for comparing sequences including Longest Common Subsequence and Shortest Common Supersequence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.9%
  • Ruby 0.1%