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 ad156c9 commit b8e1b84Copy full SHA for b8e1b84
non_preemptive_sjf_scheduling.cpp
@@ -74,7 +74,6 @@ class Compare {
74
* @returns true if the tuples SHOULD be swapped
75
* @returns false if the tuples SHOULDN'T be swapped
76
*/
77
-
78
bool operator()(tuple<S, T, E, double, double, double>& t1,
79
tuple<S, T, E, double, double, double>& t2) {
80
// Compare burst times for SJF
0 commit comments