Update non_preemptive_sjf_scheduling.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
DoGoodCoder
2024-10-11 10:45:14 +05:30
committed by GitHub
parent c126f7124a
commit 062a78c0ab

View File

@@ -35,7 +35,7 @@ using std::vector;
* @tparam T Data type of Arrival time
* @tparam E Data type of Burst time
* @param t1 First tuple<S,T,E>t1
* @param t2 Second tuple<S,T,E>t2
* @param t2 tuple containing process id, arrival time and burst time
* @returns true if t1 and t2 are in the CORRECT order
* @returns false if t1 and t2 are in the INCORRECT order
*/