z-values ( seq -- Z )


Vocabulary
z-algorithm

Inputs
seqa sequence


Outputs
Zan array


Word description
Outputs an array of the same length as seq, containing Z-values for given sequence. See Z algorithm for details.

Definition