pb_ds中的hash_table

pb_ds中的hash_table

参考: pd_ds中的hash

需要的头文件和命名空间:

#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/hash_policy.hpp>
using namespace __gnu_pbds;

hash_table:

cc_hash_table<int,bool>h;
gp_hash_table<int,bool>h;

cc_hash_table是拉链法

gp_hash_table是查探法

一般来说查探法会快一些

posted @ 2020-08-09 16:17  caoanda  阅读(806)  评论(0编辑  收藏  举报