We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c126f71 commit 062a78cCopy full SHA for 062a78c
non_preemptive_sjf_scheduling.cpp
@@ -35,7 +35,7 @@ using std::vector;
35
* @tparam T Data type of Arrival time
36
* @tparam E Data type of Burst time
37
* @param t1 First tuple<S,T,E>t1
38
- * @param t2 Second tuple<S,T,E>t2
+ * @param t2 tuple containing process id, arrival time and burst time
39
* @returns true if t1 and t2 are in the CORRECT order
40
* @returns false if t1 and t2 are in the INCORRECT order
41
*/
0 commit comments