umzhaa
umzhaa
全部文章
题解
归档
标签
去牛客网
登录
/
注册
umzhaa的博客
全部文章
/ 题解
(共14篇)
题解 | #魔咒词典#
#include<iostream> #include<map> #include<string> using namespace std; int main(){ string str, magicName, function; map<...
散列表
map
2021-06-23
0
511
题解 | #查找第K小数#
#include<iostream> #include<algorithm> #include<set> #include<vector> using namespace std; int main(){ int n,a[1010]; ...
set
去重
2021-06-23
0
559
题解 | #哈夫曼树#
#include<iostream> #include<queue> #include<vector> using namespace std; int main(){ int n,m; priority_queue<int, vector...
最小带权路径长度
哈夫曼树
优先队列
2021-06-23
0
660
题解 | #复数集合#
#include<iostream> #include<string> #include<queue> using namespace std; struct Complex{ int real,img; Complex(int real,in...
优先队列
2021-06-23
0
471
首页
上一页
1
2
下一页
末页