Skip to content

Commit 601de32

Browse files
committed
Reference url correction
1 parent 72d7ee9 commit 601de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/z_function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
e.x. for string 'abab' for second index value would be 2
99
10-
The main adventage of the algorithm is that it's linear, using dynamic programming
10+
The main adventage of the algoirthm is that it's linear, using dynamic programming
1111
1212
Time Complexity: O(n) - where n is the length of the string
1313

0 commit comments

Comments
 (0)