Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reference url correction
  • Loading branch information
nikalosa committed Jun 3, 2020
commit 9d70fb872db3f0288609d28981fd1ae420f6ff06
2 changes: 1 addition & 1 deletion strings/z_function.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
https://cp-algorithms.com/string/z-function.html#:~:text=The%20Z%2Dfunction%20for%20this,Note.
https://cp-algorithms.com/string/z-function.html

For given string this algorithm computes value for each index,
which represents the maximal length substring starting from the index
Expand Down