Skip to content

Commit ad156c9

Browse files
Update non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent f99fefa commit ad156c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

non_preemptive_sjf_scheduling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ bool sortcol(tuple<S, T, E>& t1, tuple<S, T, E>& t2) {
5959
* @tparam T Data type of Arrival time
6060
* @tparam E Data type of Burst time
6161
*/
62-
6362
template <typename S, typename T, typename E>
6463
class Compare {
6564
public:

0 commit comments

Comments
 (0)