We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbda2ae commit 1688ab2Copy full SHA for 1688ab2
library/strings/string_hash.hpp
@@ -1,4 +1,5 @@
1
#pragma once
2
+//! https://github.com/kth-competitive-programming/kactl/blob/main/content/strings/Hashing.h
3
//! https://codeforces.com/blog/entry/60442
4
//! https://codeforces.com/blog/entry/129538
5
//! probability of collision ~= 1/((1e9+7)*(1e9+9)) = 1/p
0 commit comments