diff options
| author | Paul Jungeblut <s_jungeb@i08pc71.atis-stud.uni-karlsruhe.de> | 2014-11-26 18:34:33 +0100 |
|---|---|---|
| committer | Paul Jungeblut <s_jungeb@i08pc71.atis-stud.uni-karlsruhe.de> | 2014-11-26 18:34:33 +0100 |
| commit | 9cf344075f66a3bd2e404b08b72812356bb3f565 (patch) | |
| tree | e2c2069662997a7cfa22c09f536cf2041ce849b5 /string/kmp.cpp | |
| parent | 61677a43deb5b16bcbcc4b12a9a5933258481cad (diff) | |
Feinschliff
Diffstat (limited to 'string/kmp.cpp')
| -rw-r--r-- | string/kmp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/string/kmp.cpp b/string/kmp.cpp index f7c3630..6844975 100644 --- a/string/kmp.cpp +++ b/string/kmp.cpp @@ -1,8 +1,3 @@ -#include <iostream> -#include <vector> - -using namespace std; - //Preprocessing Substring sub for KMP-Search vector<int> kmp_preprocessing(string& sub) { vector<int> b(sub.size() + 1); |
