Module suff_collections::lcp[][src]

lcp[i] = max_pref(sa[i], sa[i - 1]) and lcp.len() == sa.len()

Structs

LCP