大内高手
大内高手
全部文章
题解
前端(1)
归档
标签
去牛客网
登录
/
注册
大内高手
There is challenge, there is chance.
全部文章
/ 题解
(共2篇)
HDU1874 - 畅通工程续
此题是经典的Dijkstra单源最短路径问题。 // runtime: 33ms #include <iostream> #include <algorithm> #include <climits> #include <vector> #includ...
CPP
图论
最短路径
HDUOJ
2020-03-31
0
628
HDU3342 - Legal or not?
这是一道关于拓扑排序的题目 #include <iostream> #include <vector> #include <queue> #include <cstring> using namespace std; const int MAX =...
CPP
拓扑排序
图论
HDUOJ
2020-03-31
0
684