hash_table

#include <ext/pb_ds/hash_policy.hpp>
#include <ext/pb_ds/assoc_container.hpp>

using namespace __gnu_pbds;

gp_hash_table <int,int> g;
cc_hash_table <int,int> c;

gp_hash_table是查探法
cc_hash_table是拉链法

原文地址:https://www.cnblogs.com/tkandi/p/10842869.html