summaryrefslogtreecommitdiff
path: root/string/manacher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'string/manacher.cpp')
-rw-r--r--string/manacher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/manacher.cpp b/string/manacher.cpp
index 209896b..03c06e1 100644
--- a/string/manacher.cpp
+++ b/string/manacher.cpp
@@ -24,4 +24,4 @@ void manacher() {
}}
//convert lengths to string b (optional)
for (int i = 0; i < n; i++) longest[i] = 2 * longest[i] + 1;
-} \ No newline at end of file
+}