随笔分类 -  图论 -- 网络流 最小费用

摘要:Contest Info 传送门 |Solved|A|B|C|D|E|F|G|H|I|J|K|L| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |7 / 12|O|-|-|-|Ø|O|Ø|-|Ø|O|-|Ø| O 在比赛中通过 Ø 赛后 阅读全文
posted @ 2020-07-25 11:04 heyuhhh 阅读(272) 评论(0) 推荐(0) 编辑
摘要:Contest Info 传送门 Solved A B C D E F G H I J 5 / 10 Ø - - - - O - Ø Ø O O 在比赛中通过 Ø 赛后通过 ! 尝试了但是失败了 - 没有尝试 Solutions A. B-Suffix Array 题意: 给定一个只包含$a,b$的 阅读全文
posted @ 2020-07-15 19:45 heyuhhh 阅读(261) 评论(0) 推荐(0) 编辑
摘要:"洛谷" 题意: 给出$n$个点,$m$条边,现在有$k,k\leq 10$个人从$0$号点出发前往$n$点。 规定若某个人想要到达$x$点,则$1$~$x 1$号点都有人到达过才行。 每条边都有对应长度,问某一个人走到$n$点时,所有人走的路径长度和最小为多少。 思路: 直接考虑路径较为繁琐,我们 阅读全文
posted @ 2019-10-31 12:55 heyuhhh 阅读(130) 评论(0) 推荐(0) 编辑
摘要:"codeforces" 题意: 给出$a_i$表示第$i$天需要$a_i$,一开始为$0$。 同时给出$c_i$表示购买$i$需要$c_i$的花费。 现在一天最多拥有物品$k$个,如果目前有$k$个了,要加入一个,则需推掉一个,下次则需重新购买。 问满足所有的需求的最小花费为多少。 思路: 显然, 阅读全文
posted @ 2019-10-29 22:39 heyuhhh 阅读(171) 评论(0) 推荐(0) 编辑
摘要:"洛谷" 题意: $n$个哨站排成一列,第$i$个哨站的频段为$a_i$。 现在每个哨站可以选择: 直接连接到中心,代价为$w$; 连接到前面某个哨站$j(jx_i$容量为$1$,费用为$w$; $S y_i$容量为$1$,费用为$0$; $y_i x_j,j i$容量为$1$,费用为$|a_i a 阅读全文
posted @ 2019-10-24 21:56 heyuhhh 阅读(205) 评论(0) 推荐(0) 编辑
摘要:"uoj传送门" 题意: 二维平面上给出一些点,同时给出一些无向边连接两个点。 现在从$1$号点出发,经过每条边一次,最终回到$1$号点。问最终绕原点顺时针旋转最多多少圈。 思路: 直接思考绕原点顺时针转圈不好考虑,因为最终走的一定是一个闭合图形,所以我们可以随便找一条射线,最终顺时针经过这条射线的 阅读全文
posted @ 2019-10-24 21:44 heyuhhh 阅读(212) 评论(0) 推荐(0) 编辑
摘要:2019 Multi University Training Contest 3 "题目链接" Blow up the city 首先考虑建立一个虚根,与所有反图中入度为$0$的点连边形成一颗树,然后考虑建出其支配树。对于$DAG$来说比较简单,反图中按着拓扑序来搞,这样就可以保证处理一个点时,其父 阅读全文
posted @ 2019-08-02 08:57 heyuhhh 阅读(296) 评论(0) 推荐(0) 编辑
摘要:Intervals 题目链接:http://poj.org/problem?id=3680 Description: You are given N weighted open intervals. The ith interval covers (ai, bi) and weighs wi. Yo 阅读全文
posted @ 2018-12-22 20:43 heyuhhh 阅读(234) 评论(0) 推荐(0) 编辑
摘要:Evacuation Plan Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 5665Accepted: 1481Special Judge 题目链接:http://poj.org/problem?id=2175 Descripti 阅读全文
posted @ 2018-12-22 20:29 heyuhhh 阅读(426) 评论(0) 推荐(0) 编辑
摘要:Minimum Cost 题目链接:http://poj.org/problem?id=2516 Description: Dearboy, a goods victualer, now comes to a big problem, and he needs your help. In his s 阅读全文
posted @ 2018-12-10 19:01 heyuhhh 阅读(191) 评论(0) 推荐(0) 编辑
摘要:Going Home 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4289 Description:On a grid map there are n little men and n houses. In each unit time, every 阅读全文
posted @ 2018-12-10 18:48 heyuhhh 阅读(266) 评论(0) 推荐(0) 编辑