Skip to content

Commit 77402aa

Browse files
Update non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 062a78c commit 77402aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non_preemptive_sjf_scheduling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ using std::vector;
3434
* @tparam S Data type of Process ID
3535
* @tparam T Data type of Arrival time
3636
* @tparam E Data type of Burst time
37-
* @param t1 First tuple<S,T,E>t1
37+
* @param t1 tuple containing process id, arrival time and burst time
3838
* @param t2 tuple containing process id, arrival time and burst time
3939
* @returns true if t1 and t2 are in the CORRECT order
4040
* @returns false if t1 and t2 are in the INCORRECT order

0 commit comments

Comments
 (0)