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是拉链法

posted @ 2019-05-10 10:18  tkandi  阅读(293)  评论(0编辑  收藏  举报