String Algorithms

atcoder.string.suffix_array

SA-IS, linear-time suffix array construction Reference: G.

atcoder.string.lcp_array

Longest-Common-Prefix computation Reference: T.

atcoder.string.z_algorithm

Z algorithm Reference: D.