上一页 1 ··· 6 7 8 9 10
摘要: Let’s move from initial matrix to the bipartite graph. The matrix elements (i, j) for which i + j are even should be place to one part, the matrix ele 阅读全文
posted @ 2017-11-29 20:07 Caturra 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 按边建模,二叉树一条入边两条出边 判断就要用到mcmf的好处了 阅读全文
posted @ 2017-11-29 17:22 Caturra 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 没啥好说的 C++ include include include include using namespace std; const int maxn = 1e5+11; const int oo = 0x3f3f3f3f; int to[maxnf&&dis[v] dis[u]+w){ dis 阅读全文
posted @ 2017-11-29 16:44 Caturra 阅读(145) 评论(0) 推荐(0) 编辑
摘要: ```C++ include using namespace std; const int maxn = 1e5+11; const int oo = 0x3f3f3f3f; typedef long long ll; ll cost[maxnf&&dis[v] dis[u]+w){ dis[v]= 阅读全文
posted @ 2017-11-29 00:46 Caturra 阅读(925) 评论(0) 推荐(0) 编辑
摘要: ```C++ include using namespace std; const int maxn = 1e6+11; const int oo = 0x7fffffff; const double eps = 1e 8; int to[maxnf){ vis[v]=1; dis[v]=dis[u 阅读全文
posted @ 2017-11-28 20:09 Caturra 阅读(333) 评论(0) 推荐(0) 编辑
摘要: ```C++ include include include include using namespace std; const int maxn = 1e5+11; const int oo = 0x3f3f3f3f; int to[maxnf&&dis[v] dis[u]+w){ dis[v] 阅读全文
posted @ 2017-11-28 12:18 Caturra 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 按航班拆点 注意返边的条件 C++ include using namespace std; const int maxn = 1e6+11; const int oo = 0x7fffffff; int to[maxnf){ vis[v]=1; dis[v]=dis[u]+1; que.push( 阅读全文
posted @ 2017-11-28 12:02 Caturra 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 行列二分图模型,行指向列即表示权重w[i][j] 避免零流的方法就是使下界为1 阅读全文
posted @ 2017-11-28 11:43 Caturra 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 也就常见那些 c++ define rep(i,j,k) for(int i = j; i 阅读全文
posted @ 2017-11-28 10:32 Caturra 阅读(153) 评论(0) 推荐(0) 编辑
摘要: ~~~ 阅读全文
posted @ 2017-11-28 00:03 Caturra 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 未AC 阅读全文
posted @ 2017-11-26 15:13 Caturra 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 方便复制用 阅读全文
posted @ 2017-11-26 12:17 Caturra 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 听说比赛上的搜索都是神题? 阅读全文
posted @ 2017-08-05 11:33 Caturra 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ~~~~~~~~~~~ 阅读全文
posted @ 2017-08-04 21:09 Caturra 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 笔记~~~ 阅读全文
posted @ 2017-08-04 14:02 Caturra 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 长期维护(大概) 阅读全文
posted @ 2017-08-02 12:40 Caturra 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 别的地方挖过来的 阅读全文
posted @ 2017-07-24 16:01 Caturra 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 做了两天DP习题发现自己压根不会。。 阅读全文
posted @ 2017-07-23 19:38 Caturra 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 百思不得其解... 阅读全文
posted @ 2017-07-20 18:10 Caturra 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 买了一本算法谜题,感觉里面的经典问题比较友好适合练手,暑假如果不弃坑的话就更新 阅读全文
posted @ 2017-07-01 15:40 Caturra 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 如题,ACM需要用到的数据结构,持续更新,自用,可能会敲错 阅读全文
posted @ 2017-06-30 21:52 Caturra 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 虽然应该都是模版级别的,但多思考还是有帮助的 阅读全文
posted @ 2017-05-08 17:24 Caturra 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 以后应该短时间内没办法搞这些了..先贴上吧,等战争结束再收拾 阅读全文
posted @ 2017-05-06 14:21 Caturra 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 基本乱翻,随便看 阅读全文
posted @ 2017-05-02 13:11 Caturra 阅读(567) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10