Frage

Does someone know how to find the longest common subsequence of a set of strings in Ocaml language?

War es hilfreich?

Lösung

Look at other questions tagged "lcs", like Longest common subsequence of 3+ strings . Then you should be able to write the code in OCaml.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top