
Algorithm
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1003. Emergency (25)
Dijkstra 求最短路径#include <cstdio>#include <cstring>#include <cstdlib>#include <algorithm>#include <iostream>#define INF 0x3f3f3f3fusing namespace std;int graph[507][...原创 2018-03-25 10:51:46 · 107 阅读 · 0 评论 -
1018. Public Bike Management (30)
DFS求最短路径#include<cstdio>#include<cstring>#include<iostream>#include<sstream>#include<algorithm>#include<cctype>#include<vector>#include<iomanip&转载 2018-04-14 22:14:05 · 161 阅读 · 0 评论 -
1013. Battle Over Cities (25)
#include<cstdio>#include<cstring>#include<iostream>#include<sstream>#include<algorithm>#include<cctype>#include<vector>#include<iomanip>#include原创 2018-04-02 16:35:12 · 108 阅读 · 0 评论 -
1017. Queueing at Bank (25)
Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the customers have to wait in line behind the yellow li...转载 2018-04-09 22:46:55 · 134 阅读 · 0 评论 -
1007. Maximum Subsequence Sum (25)
占坑原创 2018-03-28 15:56:44 · 116 阅读 · 0 评论