We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e87d5 commit 2cf0009Copy full SHA for 2cf0009
C++/rotate-string.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(n )
+// Time: O(n)
2
// Space: O(1)
3
4
// Rabin-Karp Algorithm (rolling hash)
0 commit comments