We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c64e5 commit 0737affCopy full SHA for 0737aff
strings/z_function.cpp
@@ -4,7 +4,6 @@
4
* finding occurences of a pattern within a piece of text with time and space
5
* complexity O(n + m)
6
* @details
7
- * DESCRIPTION
8
* 1. The Z-function for a string is an array of length n where the
9
* i-th element is equal to the greatest number of characters starting
10
* from the position i that coincide with the first characters of s.
0 commit comments