
强连通分量
阿龙的圈子
仰望星空 脚踏实地
向前走 永不停
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
强连通分量分解
#include #include #include #include #include using namespace std; const int N = 10000 + 10; const int M = 50000 + 10; int n, m; int head1[N], tot1, head2[N], tot2; bool vis[N]; vector v; //后序访问原创 2015-06-13 12:01:35 · 853 阅读 · 0 评论 -
poj 2186 Popular Cows
Language: Default Popular Cows Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 25257 Accepted: 10345 Description Every cow's dream is to become the mos原创 2015-06-13 15:56:53 · 555 阅读 · 0 评论