文件名称:activitySelector
介绍说明--下载内容均来自于网络,请自行研究使用
活动选择算法问题的C++具体实现代码。
输入:按时间排好序的开始数组S,完成时间数组F。
输出:表示一个最大相容活动组的向量。-Activity selection algorithm issues specific implementation C++ code. Input: sorted by the time the start of the array S, the completion time of an array of F. Output: that one of the largest active group of compatible vectors.
输入:按时间排好序的开始数组S,完成时间数组F。
输出:表示一个最大相容活动组的向量。-Activity selection algorithm issues specific implementation C++ code. Input: sorted by the time the start of the array S, the completion time of an array of F. Output: that one of the largest active group of compatible vectors.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
actsel.cpp
actsel.h
actsel.h