src/cplib/str/lcs

  Source   Edit

Procs

proc LCS(A, B: string): int {....raises: [], tags: [].}
  Source   Edit
proc LCS[T](A, B: seq[T]): int
  Source   Edit
proc restoreLCS[T](A, B: seq[T]): seq[T]
  Source   Edit