Skip to content

Commit d00becf

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

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
@@ -219,7 +219,6 @@ class SJF {
219219
* @returns A vector of tuples containing Process ID, Arrival time, Burst time,
220220
* Completion time, Turnaround time, and Waiting time
221221
*/
222-
223222
template <typename S, typename T, typename E>
224223
vector<tuple<S, T, E, double, double, double>> get_final_status(
225224
vector<tuple<S, T, E>> input) {

0 commit comments

Comments
 (0)