lenLCSStrict function

Calculate the length of the longest common subsequence (KCS) between a string and a vector/list of strings. Subsequences cannot be interrupted by any item, i.e. q-w is not considered a subsequence of q-e-w-r due to the interrupting 'e'

  • Maintainer: Alan Gu
  • License: GPL
  • Last published: 2016-03-31

Useful links