Function lcs_iter

Function Documentation

int lcs_iter(struct lcs_calculator *lcs)

Compute LCS(x,y) using bottom up dynamic programming.

Parameters:

lcs – The LCS handle

Returns:

status_t