We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d7ee9 commit 601de32Copy full SHA for 601de32
strings/z_function.py
@@ -7,7 +7,7 @@
7
8
e.x. for string 'abab' for second index value would be 2
9
10
-The main adventage of the algorithm is that it's linear, using dynamic programming
+The main adventage of the algoirthm is that it's linear, using dynamic programming
11
12
Time Complexity: O(n) - where n is the length of the string
13
0 commit comments