substring_complexity (247B)
1 # Substring complexity 2 3 The *substring complexity* of a [word] s for an integer k is its number of distinct [infixes] of length k 4 5 [Algorithm] for [computation] in [bernardini2023substring] 6 7 Up: [compression_string] 8 9 See also: [Simons_congruence]