#include "../../kyopro_library/template.hpp"
#include "../../kyopro_library/others/xor128.hpp"
#include "../../kyopro_library/others/modcal.hpp"
クラス | |
struct | Hash |
struct | RollingHash |
Rolling Hash [詳解] | |
変数 | |
constexpr const int | HASH_MAX =1000000 |
長さの最大値 | |
constexpr const int | HASH_C =256 |
文字の範囲 | |
constexpr const int | HASH_PRIME =3 |
使う素数の個数 | |
|
constexpr |
|
constexpr |
文字の範囲
rolling_hash.hpp の 7 行目に定義があります。
|
constexpr |
使う素数の個数
rolling_hash.hpp の 8 行目に定義があります。