diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-02-13 16:46:09 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-02-13 16:46:09 +0100 |
| commit | 54946c9945857e42b8eb4025a66d3344bd53f07c (patch) | |
| tree | 083a4f68ac29dd31865474fcec4e0743520a13ea /string/rollingHash.cpp | |
| parent | cd657bcfa53ee3b5b200820b9d5bad510d098920 (diff) | |
reformatted lineendings
Diffstat (limited to 'string/rollingHash.cpp')
| -rw-r--r-- | string/rollingHash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/rollingHash.cpp b/string/rollingHash.cpp index ad9e7cd..cd88951 100644 --- a/string/rollingHash.cpp +++ b/string/rollingHash.cpp @@ -13,4 +13,4 @@ struct Hasher { ll hash(int l, int r) { // Berechnet hash(s[l..r)). return (pref[r] - power[r-l] * pref[l] % M + M) % M; } -};
\ No newline at end of file +}; |
