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;

cc_hash_table是拉链法
gp_hash_table是查探法

猜你喜欢

转载自www.cnblogs.com/tkandi/p/10842869.html
今日推荐