MCPcopy Create free account
hub / github.com/ShahjalalShohag/code-library / Hashing

Method Hashing

Strings/String Hashing 2D.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 int n, m;
10 static const int PX = 3731, PY = 2999, mod = 998244353;
11 Hashing() {}
12 Hashing(vector<string>& s) {
13 n = (int)s.size(), m = (int)s[0].size();
14 hs.assign(n + 1, vector<int>(m + 1, 0));

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected