随笔分类 -  3-3-图论-二分图

摘要:Machine Schedule As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Sche 阅读全文
posted @ 2018-04-13 09:23 yzm10 阅读(185) 评论(0) 推荐(0)
摘要:Count the Sheep Count the Sheep Count the Sheep 题意: 问题描述 输入描述 输出描述 输入样例 输出样例 Hint 第一想法就是直接dfs爆搜,结果还是被hack了。 后来看队友的思路,在这个二分图中,我们枚举每一段男女关系,然后由男的延伸出一个女的, 阅读全文
posted @ 2017-07-20 21:42 yzm10 阅读(185) 评论(0) 推荐(0)