calACSLoose: Calculate the total number of all common subsequences between a string and a vector/list of strings.
Subsequences can be interrupted by items, i.e. q-w is considered a subsequence of q-e-w-r
Description
Calculate the total number of all common subsequences between a string and a vector/list of strings.
Subsequences can be interrupted by items, i.e. q-w is considered a subsequence of q-e-w-r