[][src]Crate suff_collections

Modules

array

Implementation of the suffix array construction of which is performed in linear time

lcp

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

tree

Implementation of the suffix tree construction of which is performed in linear time