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 062a78c commit 77402aaCopy full SHA for 77402aa
non_preemptive_sjf_scheduling.cpp
@@ -34,7 +34,7 @@ using std::vector;
34
* @tparam S Data type of Process ID
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
+ * @param t1 tuple containing process id, arrival time and burst time
38
* @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
0 commit comments