标签: c++11 dictionary containers
我正在研究哈希表的实现,在为较大的键计算较小的Index时遇到了Collision的问题。有两种解决方案:
我想知道C ++中使用哪个std :: map。