Click or drag to resize

GeneralizedSuffixArrayFromWords Method

Overload List
 NameDescription
Public methodStatic memberFromWords(IEnumerableString, Boolean, Boolean, IComparerChar)Constructs the generalized suffix array from separate 'words'. Each list in the parameter words is treated as 'word'. The elements are treated as characters. The elements are converted to an integer alphabet by means of the IntegerText class.
Public methodStatic memberFromWordsT(IEnumerableIEnumerableT, Boolean, Boolean, IComparerT)Constructs the generalized suffix array from separate 'words'. Each list in the parameter words is treated as 'word'. The elements are treated as characters. The elements are converted to an integer alphabet by means of the IntegerText class.
Top
See Also