29.散列存储-题解(C++代码) 菜鸡的笨办法 摘要:跪求大佬写一个使用hash的题解啊!!! 我不太懂这个只能用最笨的办法啦!!! 跪求!!! ```cpp #include #include using namespace std; i…… 题解列表 2020年02月02日 0 点赞 0 评论 500 浏览 评分:9.9
29.散列存储-题解(C++代码)STL练习 摘要: #include #include using namespace std; int main() { int n,m,c,flag=…… 题解列表 2020年03月07日 0 点赞 0 评论 463 浏览 评分:0.0
29.散列存储-题解(C++代码)只做最好的思路! 摘要:这题可真有意思,虽然不是什么难题。。。 这题其实放在这里并不是太合适,因为本身数据量就不大,不需要牺牲空间来换时间,其次,如果强行要用hash来做,那么只能类似hash[temp]+=temp这样牺…… 题解列表 2020年03月27日 0 点赞 0 评论 390 浏览 评分:9.9