We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb97daa commit d2f4f05Copy full SHA for d2f4f05
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 algoirthm is that it's linear, using dynamic programming
+The main adventage of the algorithm 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