摘要: 连手写hash表现在都不会,真是太弱了orz (update:为节省空间,添加了count函数) 写法几乎和前向星一模一样(这里用ll是因为hash函数是unsigned long long + 自然溢出) struct hsh { static const int Ha = 999917,maxe 阅读全文
posted @ 2018-10-23 19:19 Newuser233 阅读(12) 评论(0) 推荐(0) 编辑