拓扑排序
文章平均质量分 83
UMR小豪
这个作者很懒,什么都没留下…
展开
-
poj3687 Labeling Balls
Labeling Balls Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 13417 Accepted: 3874 Description Windy has N balls of distinct weights from 1 unit to N un原创 2016-08-02 20:04:26 · 358 阅读 · 0 评论 -
poj1094 Sorting It All Out
Sorting It All Out Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 32746 Accepted: 11374 Description An ascending sorted sequence of distinct values is o原创 2016-08-01 21:49:40 · 222 阅读 · 0 评论 -
任务调度的合理性
假定一个工程项目由一组子任务构成,子任务之间有的可以并行执行,有的必须在完成了其它一些子任务后才能执行。“任务调度”包括一组子任务、以及每个子任务可以执行所依赖的子任务集。 比如完成一个专业的所有课程学习和毕业设计可以看成一个本科生要完成的一项工程,各门课程可以看成是子任务。有些课程可以同时开设,比如英语和C程序设计,它们没有必须先修哪门的约束;有些课程则不可以同时开设,因为它们有先后的依赖关系原创 2016-07-18 21:11:59 · 563 阅读 · 0 评论 -
Paint the Grid Again ZOJ - 3780
Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white). Leo has a magical brush which can paint any row with black color, or any column with white原创 2017-01-14 16:03:29 · 302 阅读 · 0 评论