A Crate for finding the MLCS of an arbitrarily big number of strings
-
Clone the repository:
git clone https://github.com/epita-rs/MLCS.git cd MLCS
-
Start the tests
cargo test --release
-
Start the performance benchmark
cargo bench
Interesting ressources concerning mlcs : https://github.com/lmcarreiro/multiple-lcs?tab=readme-ov-file.