Skip to content

Commit 0737aff

Browse files
Update strings/z_function.cpp
Co-authored-by: David Leal <[email protected]>
1 parent 96c64e5 commit 0737aff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strings/z_function.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* finding occurences of a pattern within a piece of text with time and space
55
* complexity O(n + m)
66
* @details
7-
* DESCRIPTION
87
* 1. The Z-function for a string is an array of length n where the
98
* i-th element is equal to the greatest number of characters starting
109
* from the position i that coincide with the first characters of s.

0 commit comments

Comments
 (0)