Skip to content

Commit 1688ab2

Browse files
committed
add source
1 parent dbda2ae commit 1688ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/strings/string_hash.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
//! https://github.com/kth-competitive-programming/kactl/blob/main/content/strings/Hashing.h
23
//! https://codeforces.com/blog/entry/60442
34
//! https://codeforces.com/blog/entry/129538
45
//! probability of collision ~= 1/((1e9+7)*(1e9+9)) = 1/p

0 commit comments

Comments
 (0)